OSDN Git Service

Add radio 1.1 vts test folder.
[android-x86/hardware-interfaces.git] / Android.bp
index 5d7c8b8..79e8609 100644 (file)
@@ -1,16 +1,11 @@
-// This is an autogenerated file, do not edit.
 subdirs = [
-    "benchmarks/msgq/1.0",
-    "nfc/1.0",
-    "nfc/1.0/default",
-    "radio/1.0",
-    "tests/bar/1.0",
-    "tests/baz/1.0",
-    "tests/expression/1.0",
-    "tests/foo/1.0",
-    "tests/libhwbinder/1.0",
-    "tests/msgq/1.0",
-    "tests/pointer/1.0",
-    "wifi/1.0",
-    "wifi/supplicant/1.0",
+    "*"
 ]
+
+cc_defaults {
+    name: "hidl_defaults",
+    cflags: [
+        "-Wall",
+        "-Werror",
+    ],
+}