Partially revert: "Revert: "eqs: sensors: Create input event polling one shot sensor""

Change-Id: Ibbe82377ce61d45f7be316da013ef28c0051302a
This commit is contained in:
Cosmin Tanislav
2023-02-02 14:53:38 +02:00
parent c5976a2c64
commit cbfd40ba41
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
//
cc_library_shared {
name: "sensors.dubai",
name: "sensors.eqs",
defaults: ["hidl_defaults"],
srcs: [
"Sensor.cpp",
@@ -29,7 +29,7 @@ cc_library_shared {
"android.hardware.sensors@2.X-multihal",
],
cflags: [
"-DLOG_TAG=\"sensors.dubai\"",
"-DLOG_TAG=\"sensors.eqs\"",
],
vendor: true,
}