OSDN Git Service

Add radio 1.1 vts test folder.
[android-x86/hardware-interfaces.git] / Android.bp
index 7aef46b..79e8609 100644 (file)
@@ -1,3 +1,11 @@
 subdirs = [
     "*"
 ]
+
+cc_defaults {
+    name: "hidl_defaults",
+    cflags: [
+        "-Wall",
+        "-Werror",
+    ],
+}