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

Commit 43958c58 authored by Daniel Nicoara's avatar Daniel Nicoara Committed by Android (Google) Code Review
Browse files

Merge "Revert "Enable -Werror for vr/hardware_composer service""

parents e6d447c9 48561d63
Loading
Loading
Loading
Loading
+1 −9
Original line number Original line Diff line number Diff line
@@ -44,8 +44,8 @@ cc_library_shared {


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

}
}


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


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


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