aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp10
-rw-r--r--camera/provider/Android.bp1
-rw-r--r--camera/zuk/Android.bp1
3 files changed, 10 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..75419ec
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,10 @@
+subdirs = [
+ "camera"
+]
+
+cc_defaults {
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
+}
diff --git a/camera/provider/Android.bp b/camera/provider/Android.bp
index 5f086f3..5261010 100644
--- a/camera/provider/Android.bp
+++ b/camera/provider/Android.bp
@@ -1,6 +1,5 @@
cc_library_shared {
name: "android.hardware.camera.provider@2.4-impl.zuk",
- defaults: ["hidl_defaults"],
proprietary: true,
relative_install_path: "hw",
srcs: ["CameraProvider.cpp"],
diff --git a/camera/zuk/Android.bp b/camera/zuk/Android.bp
index d7f8aad..a2cbd40 100644
--- a/camera/zuk/Android.bp
+++ b/camera/zuk/Android.bp
@@ -1,6 +1,5 @@
cc_library_shared {
name: "camera.device@1.0-impl.zuk",
- defaults: ["hidl_defaults"],
proprietary: true,
srcs: [
"CameraDevice.cpp",