]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/commitdiff
libhealthhalutils is recovery_available
authorYifan Hong <elsk@google.com>
Mon, 13 Aug 2018 19:54:21 +0000 (12:54 -0700)
committerYifan Hong <elsk@google.com>
Mon, 13 Aug 2018 19:55:36 +0000 (12:55 -0700)
Test: build it with recovery
Bug: 80132328
Change-Id: I0728b9a900577cc41cb8acb3d70dd0afb507fb2a

health/2.0/utils/libhealthhalutils/Android.bp

index 5686520e291ebbc36c8c7eeba46f9877eaf4acba..449ef16b3063f41ee490a5ef05557971948acc68 100644 (file)
@@ -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",