summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2023-12-12 04:00:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-12-12 04:00:51 +0000
commit59cb317354c642bcfe3c32772df2f00548297c70 (patch)
tree6b1d58688df04715f361cbe0b11a97ea88f5aa10
parentb1151d66121dfb6e329283c0b012d1abf79545c3 (diff)
parent9b6b5bb86bcadb2c8cb732d1de7a5972d0c066ca (diff)
downloadpixel-59cb317354c642bcfe3c32772df2f00548297c70.tar.gz
Merge "Update libpixelhealth to use Health AIDL HAL V3." into main
-rw-r--r--health/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/health/Android.bp b/health/Android.bp
index 3039431d..3b67e1ec 100644
--- a/health/Android.bp
+++ b/health/Android.bp
@@ -35,13 +35,13 @@ cc_library {
export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk",
- "android.hardware.health-V2-ndk",
+ "android.hardware.health-V3-ndk",
"libpixelatoms_defs",
],
shared_libs: [
"android.frameworks.stats-V1-ndk",
- "android.hardware.health-V2-ndk",
+ "android.hardware.health-V3-ndk",
"libbase",
"libbinder_ndk",
"libcutils",