mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 07:50:05 +00:00
eqs: sensors: Create input event polling one shot sensor
* for double tap to wake in screen off and in aod Co-authored-by: SGCMarkus <markusornik@gmail.com> Change-Id: Ie78d7729201836bacd65a57f76e22adb61159192
This commit is contained in:
committed by
SGCMarkus
parent
e4b7f97125
commit
19f1c1d6f0
@@ -5,7 +5,7 @@
|
||||
//
|
||||
|
||||
cc_library_shared {
|
||||
name: "sensors.dubai",
|
||||
name: "sensors.eqs",
|
||||
defaults: ["hidl_defaults"],
|
||||
srcs: [
|
||||
"Sensor.cpp",
|
||||
@@ -16,6 +16,7 @@ cc_library_shared {
|
||||
"android.hardware.sensors@2.0",
|
||||
"android.hardware.sensors@2.0-ScopedWakelock",
|
||||
"android.hardware.sensors@2.1",
|
||||
"libc",
|
||||
"libcutils",
|
||||
"libfmq",
|
||||
"libhardware",
|
||||
@@ -29,7 +30,7 @@ cc_library_shared {
|
||||
"android.hardware.sensors@2.X-multihal",
|
||||
],
|
||||
cflags: [
|
||||
"-DLOG_TAG=\"sensors.dubai\"",
|
||||
"-DLOG_TAG=\"sensors.eqs\"",
|
||||
],
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user