This takes advantage of the touchscreen gesture nodes exposed by Oplus touchscreen drivers. Change-Id: I5a43b8f922a8d1c940e367d22d377b7161913d3a
20 lines
516 B
Plaintext
20 lines
516 B
Plaintext
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"],
|
|
}
|