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

Commit 2324f45f authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Use -Werror in frameworks/av/media

Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I9d129155dbed8ead9d4c5786d321227e6b8b3bd4
parent eda72c27
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5,6 +5,11 @@ cc_library_shared {

    srcs: ["src/EffectsConfig.cpp"],

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

    shared_libs: [
        "liblog",
        "libtinyxml2",
+5 −0
Original line number Diff line number Diff line
@@ -7,6 +7,11 @@ cc_library_shared {

    srcs: ["C2.cpp"],

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

    include_dirs: [
        "frameworks/av/media/libstagefright/codec2/include",
        "frameworks/native/include/media/hardware",