hidl: Setup touchscreen gestures with Lineage touch HIDL HAL
This takes advantage of the touchscreen gesture nodes exposed by Oplus touchscreen drivers. Change-Id: I5a43b8f922a8d1c940e367d22d377b7161913d3a
This commit is contained in:
19
hidl/touch/Android.bp
Normal file
19
hidl/touch/Android.bp
Normal file
@@ -0,0 +1,19 @@
|
||||
cc_binary {
|
||||
name: "vendor.lineage.touch@1.0-service.oplus",
|
||||
defaults: ["hidl_defaults"],
|
||||
init_rc: ["vendor.lineage.touch@1.0-service.oplus.rc"],
|
||||
vintf_fragments: ["vendor.lineage.touch@1.0-service.oplus.xml"],
|
||||
vendor: true,
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
"TouchscreenGesture.cpp",
|
||||
"service.cpp",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libhidlbase",
|
||||
"libutils",
|
||||
"vendor.lineage.touch@1.0",
|
||||
],
|
||||
local_include_dirs: ["include"],
|
||||
}
|
||||
Reference in New Issue
Block a user