summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-08-13 12:54:21 -0700
committerYifan Hong <elsk@google.com>2018-08-13 12:55:36 -0700
commit6ab518e0df9652099c16d03e936bbac74e74874b (patch)
tree11fa6fdcc2678381c0ffe6d57abfb12c4c73922a /health
parent66a4144c9641647e1debbd32974aecb3810b0df1 (diff)
downloadandroid_hardware_interfaces-6ab518e0df9652099c16d03e936bbac74e74874b.tar.gz
android_hardware_interfaces-6ab518e0df9652099c16d03e936bbac74e74874b.tar.bz2
android_hardware_interfaces-6ab518e0df9652099c16d03e936bbac74e74874b.zip
libhealthhalutils is recovery_available
Test: build it with recovery Bug: 80132328 Change-Id: I0728b9a900577cc41cb8acb3d70dd0afb507fb2a
Diffstat (limited to 'health')
-rw-r--r--health/2.0/utils/libhealthhalutils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/health/2.0/utils/libhealthhalutils/Android.bp b/health/2.0/utils/libhealthhalutils/Android.bp
index 5686520e2..449ef16b3 100644
--- a/health/2.0/utils/libhealthhalutils/Android.bp
+++ b/health/2.0/utils/libhealthhalutils/Android.bp
@@ -21,6 +21,7 @@ cc_library_static {
srcs: ["HealthHalUtils.cpp"],
cflags: ["-Wall", "-Werror"],
vendor_available: true,
+ recovery_available: true,
export_include_dirs: ["include"],
shared_libs: [
"android.hardware.health@2.0",