Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a99428c0 authored by Daniel Nicoara's avatar Daniel Nicoara Committed by android-build-merger
Browse files

Merge "Enable -Werror for vr/hardware_composer service"

am: 38ff3930

Change-Id: I475ed6f27a8553860c4602bfe26c72fb850f1d11
parents 30008496 38ff3930
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ cc_library_shared {

  cflags: [
    "-DLOG_TAG=\"vr_hwc\"",
    "-Werror",
  ],

}

cc_library_static {
@@ -69,6 +69,9 @@ cc_library_static {
    "libutils",
    "libvr_hwc-hal",
  ],
  cflags: [
    "-Werror",
  ],
}

cc_library_static {
@@ -92,6 +95,7 @@ cc_library_static {
  ],
  cflags: [
    "-DLOG_TAG=\"vr_hwc\"",
    "-Werror",
  ],
}

@@ -120,6 +124,7 @@ cc_binary {
  ],
  cflags: [
    "-DLOG_TAG=\"vr_hwc\"",
    "-Werror",
  ],
  init_rc: [
    "vr_hwc.rc",
@@ -144,4 +149,7 @@ cc_test {
    "libui",
    "libutils",
  ],
  cflags: [
    "-Werror",
  ],
}