diff options
| author | 2024-11-12 14:47:49 -0800 | |
|---|---|---|
| committer | 2024-11-19 14:56:27 -0800 | |
| commit | 6c9d83bc590ebbca290c2364778b67e769ea9d44 (patch) | |
| tree | 39eadc150df75aa415397aa8e58cce56c82fc25f | |
| parent | e90cc2fb975633fb6f5ec24da421f1aaca699349 (diff) | |
services use Health V4
Ignore-AOSP-First: deprecated_ota_test compilation
Bug: 371322457
Test: th
Change-Id: If1a4e22cc6195d62136e9dce8289b771da8f3238
| -rw-r--r-- | services/core/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/Android.bp b/services/core/Android.bp index aea16b08df49..b9540eba938f 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -188,7 +188,7 @@ java_library_static { "android.hardware.health-V1.0-java", // HIDL "android.hardware.health-V2.0-java", // HIDL "android.hardware.health-V2.1-java", // HIDL - "android.hardware.health-V3-java", // AIDL + "android.hardware.health-V4-java", // AIDL "android.hardware.health-translate-java", "android.hardware.light-V1-java", "android.hardware.security.authgraph-V1-java", |