summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAnushek Prasal <anushekprasal@gmail.com>2020-01-03 00:18:59 +0530
committeralk3pInjection <webmaster@raspii.tech>2022-05-02 21:48:12 +0800
commit6f81a6980ad287fd4324db6d424fa18621e86767 (patch)
treeb0676ae69bd4f2cbcca93c88b331a5d851031df4 /Android.bp
parent812f45fcd534e0502565591425a8fac467169672 (diff)
base: Add Touch HIDL support
All credits to LineageOS and related authors on: https://github.com/LineageOS/android_lineage-sdk Ported to AOSP from lineage-sdk by SKULSHADY [ anirudhgupta109 | AOSiP ] - Minimal import of LineageHardwareManager and HIDLHelper - We don't want LiveDisplay stuff - Nuke Legacy touchscreen support Change-Id: Ic8ca90663582c06f35562286f5ce5b2d84971ec4 Signed-off-by: Anirudh Gupta <anirudhgupta109@aosip.dev>
Diffstat (limited to 'Android.bp')
-rwxr-xr-xAndroid.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8e3874cf45b7..f45a2d465e15 100755
--- a/Android.bp
+++ b/Android.bp
@@ -270,6 +270,7 @@ java_library {
"com.android.sysprop.init",
"com.android.sysprop.localization",
"PlatformProperties",
+ "vendor.lineage.touch-V1.0-java",
],
sdk_version: "core_platform",
installable: false,