OSDN Git Service

Update for hidl adapter module defaults.
authorSteven Moreland <smoreland@google.com>
Tue, 3 Oct 2017 22:44:03 +0000 (15:44 -0700)
committerSteven Moreland <smoreland@google.com>
Tue, 3 Oct 2017 22:44:03 +0000 (15:44 -0700)
Test: pass
Change-Id: I5a793ede09f31746c2aeb0ed61d99d0069c367d0

wifi/keystore/1.0/Android.bp

index 97d2815..5394760 100644 (file)
@@ -124,6 +124,7 @@ genrule {
 
 cc_test {
     name: "android.system.wifi.keystore@1.0-adapter",
+    defaults: ["hidl-module-defaults"],
     shared_libs: [
         "libhidladapter",
         "libhidlbase",
@@ -132,6 +133,5 @@ cc_test {
         "android.system.wifi.keystore@1.0",
         "android.system.wifi.keystore@1.0-adapter-helper",
     ],
-    cflags: ["-Wall", "-Werror"],
     generated_sources: ["android.system.wifi.keystore@1.0-adapter_genc++"],
 }