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

Commit 39757003 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Revert "Use -Werror in frameworks/native/libs/vr"" am: a6d2f557

am: 4276e8a1

Change-Id: I14389c3525e03da01922450621a5a90610967430
parents 5e5014b8 4276e8a1
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -47,9 +47,6 @@ cc_library {
        "-DLOG_TAG=\"libbufferhub\"",
        "-DTRACE=0",
        "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
        "-Wall",
        "-Werror",
        "-Wno-error=sign-compare", // to fix later
    ],
    export_include_dirs: localIncludeFiles,
    static_libs: staticLibraries,
@@ -67,10 +64,5 @@ cc_test {
    static_libs: ["libbufferhub"] + staticLibraries,
    shared_libs: sharedLibraries,
    name: "bufferhub_tests",
    cflags: [
        "-Wall",
        "-Werror",
        "-Wno-error=sign-compare", // to fix later
    ],
}
+0 −5
Original line number Diff line number Diff line
@@ -49,11 +49,6 @@ cc_library {
        "-DLOG_TAG=\"libbufferhubqueue\"",
        "-DTRACE=0",
        "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
        "-Wall",
        "-Werror",
        "-Wno-error=sign-compare", // to fix later
        "-Wno-unused-parameter",
        "-Wno-unused-variable",
    ],
    srcs: sourceFiles,
    export_include_dirs: includeFiles,
+0 −6
Original line number Diff line number Diff line
@@ -28,9 +28,6 @@ cc_test {
        "-DTRACE=0",
        "-O0",
        "-g",
        "-Wall",
        "-Werror",
        "-Wno-error=sign-compare", // to fix later
    ],
    name: "buffer_hub_queue-test",
    tags: ["optional"],
@@ -45,9 +42,6 @@ cc_test {
        "-DTRACE=0",
        "-O0",
        "-g",
        "-Wall",
        "-Werror",
        "-Wno-error=sign-compare", // to fix later
    ],
    name: "buffer_hub_queue_producer-test",
    tags: ["optional"],
+0 −2
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ cc_library {
        "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
        "-DGL_GLEXT_PROTOTYPES",
        "-DEGL_EGLEXT_PROTOTYPES",
        "-Wall",
        "-Werror",
    ],  // + [ "-UNDEBUG", "-DDEBUG", "-O0", "-g" ],
    export_include_dirs: localIncludeFiles,
    shared_libs: sharedLibraries,
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@ cc_library_headers {
cflags = [
    "-DLOG_TAG=\"libdvr\"",
    "-DTRACE=0",
    "-Wall",
    "-Werror",
]

srcs = [
Loading