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

Commit a930af89 authored by Greg Hackmann's avatar Greg Hackmann
Browse files

libcutils: build tests with -Wall -Wextra -Werror



Test: mmm system/core/libcutils/tests

Change-Id: Iede18a008df5834b8ecedd6019c4444150748f68
Signed-off-by: default avatarGreg Hackmann <ghackmann@google.com>
parent 7c60ec30
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -46,6 +46,12 @@ cc_defaults {
            suffix: "64",
        },
    },

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

test_libraries = [