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

Commit 3c3591b6 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in frameworks/native/libs/sensor"

am: 854116f6

Change-Id: I5f7a78d6e539c5a1e47b2717cb73878d006d6e61
parents ad8c5787 854116f6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,9 +16,12 @@ cc_library_shared {
    name: "libsensor",

    clang: true,
    cflags: [
        "-Wall",
        "-Werror",
    ],
    cppflags: [
        "-Weverything",
        "-Werror",

        // The static constructors and destructors in this library have not been noted to
        // introduce significant overheads
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ cc_test {

    clang: true,

    cflags: ["-Wall", "-Werror"],

    srcs: [
        "Sensor_test.cpp",
    ],