Skip to content

Commit cfd0442

Browse files
committed
sensorService: use v3 sensor HAL
use v3 sensor HAL which adds the ability to detect water intrusion damage Bug: 371291781 Test: th Change-Id: I9f8fc2a919bb86cd94f2deb728e7409556ac572b
1 parent ee10ad3 commit cfd0442

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

services/sensorservice/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ cc_library {
9292
"libaidlcommonsupport",
9393
"android.hardware.sensors@1.0-convert",
9494
"android.hardware.sensors-V1-convert",
95-
"android.hardware.sensors-V2-ndk",
95+
"android.hardware.sensors-V3-ndk",
9696
"sensorservice_flags_c_lib",
9797
],
9898

services/sensorservice/aidl/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cc_library {
2828
"libbinder_ndk",
2929
"libsensor",
3030
"android.frameworks.sensorservice-V1-ndk",
31-
"android.hardware.sensors-V2-ndk",
31+
"android.hardware.sensors-V3-ndk",
3232
],
3333
export_include_dirs: [
3434
"include/",

services/sensorservice/aidl/fuzzer/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cc_fuzz {
2020
"android.companion.virtual.virtualdevice_aidl-cpp",
2121
"android.frameworks.sensorservice-V1-ndk",
2222
"android.hardware.sensors-V1-convert",
23-
"android.hardware.sensors-V2-ndk",
23+
"android.hardware.sensors-V3-ndk",
2424
"android.hardware.common-V2-ndk",
2525
"libsensor",
2626
"libfakeservicemanager",

0 commit comments

Comments
 (0)