commit | 6ab518e0df9652099c16d03e936bbac74e74874b | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Aug 13 12:54:21 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Aug 13 12:55:36 2018 -0700 |
tree | 11fa6fdcc2678381c0ffe6d57abfb12c4c73922a | |
parent | 66a4144c9641647e1debbd32974aecb3810b0df1 [diff] |
libhealthhalutils is recovery_available Test: build it with recovery Bug: 80132328 Change-Id: I0728b9a900577cc41cb8acb3d70dd0afb507fb2a
diff --git a/health/2.0/utils/libhealthhalutils/Android.bp b/health/2.0/utils/libhealthhalutils/Android.bp index 5686520..449ef16 100644 --- a/health/2.0/utils/libhealthhalutils/Android.bp +++ b/health/2.0/utils/libhealthhalutils/Android.bp
@@ -21,6 +21,7 @@ srcs: ["HealthHalUtils.cpp"], cflags: ["-Wall", "-Werror"], vendor_available: true, + recovery_available: true, export_include_dirs: ["include"], shared_libs: [ "android.hardware.health@2.0",