OSDN Git Service

Merge changes from topic "health_storage_aidl"
authorYifan Hong <elsk@google.com>
Wed, 20 Jan 2021 19:45:16 +0000 (19:45 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 20 Jan 2021 19:45:16 +0000 (19:45 +0000)
* changes:
  Use AIDL HAL for Dev GC
  Refactor HIDL HAL Dev GC invocation

1  2 
Android.bp

diff --cc Android.bp
@@@ -192,18 -186,9 +194,20 @@@ cc_binary 
  
      shared_libs: [
          "android.hardware.health.storage@1.0",
+         "android.hardware.health.storage-unstable-ndk_platform",
+         "libbinder_ndk",
      ],
 +
 +    product_variables: {
 +        arc: {
 +            exclude_srcs: [
 +                "model/StubVolume.cpp",
 +            ],
 +            static_libs: [
 +                "libarcvolume",
 +            ],
 +        },
 +      },
  }
  
  cc_binary {