Remove libui dependencies from input code
We would like to eventually compile some or all of the input code
for host. Currently, libui-types is a small library that provides types
like Transform, Region, Rect. That build target is host-supported.
Switch input dependencies to use libui-types only.
Bug: 249591924
Test: m checkinput
Change-Id: I406a4c3b5ffe190271486213240d67a2e7d4bd25
diff --git a/services/inputflinger/Android.bp b/services/inputflinger/Android.bp
index 88a9acb..378900a 100644
--- a/services/inputflinger/Android.bp
+++ b/services/inputflinger/Android.bp
@@ -85,12 +85,12 @@
"libstatspull",
"libstatssocket",
"libutils",
- "libui",
"server_configurable_flags",
],
static_libs: [
"libattestation",
"libpalmrejection",
+ "libui-types",
],
}
@@ -152,7 +152,6 @@
"libcutils",
"libinput",
"liblog",
- "libui",
"libutils",
],
header_libs: [