Revert "SensorHAL: add moisture detection"
Revert submission 30509949-waterIntrusion
Reason for revert: Droidmonitor created revert due to b/382268952. Will be verifying through ABTD before submission.
Reverted changes: /q/submissionid:30509949-waterIntrusion
Change-Id: Iaebccf3bf342eb1e4b60f3ea50178cc0b0a641c3
diff --git a/sensors/aidl/default/Android.bp b/sensors/aidl/default/Android.bp
index 4bdcfb0..6f011ee 100644
--- a/sensors/aidl/default/Android.bp
+++ b/sensors/aidl/default/Android.bp
@@ -32,7 +32,7 @@
"libfmq",
"libpower",
"libbinder_ndk",
- "android.hardware.sensors-V3-ndk",
+ "android.hardware.sensors-V2-ndk",
],
export_include_dirs: ["include"],
srcs: [
@@ -58,7 +58,7 @@
static_libs: [
"android.hardware.common-V2-ndk",
"android.hardware.common.fmq-V1-ndk",
- "android.hardware.sensors-V3-ndk",
+ "android.hardware.sensors-V2-ndk",
"android.system.suspend-V1-ndk",
"libbase",
"libcutils",