Loading libs/diskusage/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -15,4 +15,5 @@ cc_library_static { name: "libdiskusage", srcs: ["dirsize.c"], cflags: ["-Wall", "-Werror"], } libs/graphicsenv/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ cc_library_shared { "GraphicsEnv.cpp", ], cflags: ["-Wall", "-Werror"], shared_libs: [ "libnativeloader", "liblog", Loading libs/hwc2on1adapter/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -17,9 +17,13 @@ cc_library_shared { vendor: true, clang: true, cflags: [ "-Wall", "-Werror", "-Wno-user-defined-warnings", ], cppflags: [ "-Weverything", "-Wall", "-Wunused", "-Wunreachable-code", Loading libs/input/tests/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,12 @@ cc_test { "InputPublisherAndConsumer_test.cpp", "VelocityTracker_test.cpp", ], cflags: [ "-Wall", "-Werror", "-Wno-error=sign-compare", // to fix later "-Wno-unused-variable", ], shared_libs: [ "libinput", "libcutils", Loading @@ -26,5 +32,7 @@ cc_library_static { srcs: ["StructLayout_test.cpp"], cflags: [ "-O0", "-Wall", "-Werror", ], } libs/math/tests/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -18,22 +18,26 @@ cc_test { name: "vec_test", srcs: ["vec_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], } cc_test { name: "mat_test", srcs: ["mat_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], } cc_test { name: "half_test", srcs: ["half_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], } cc_test { name: "quat_test", srcs: ["quat_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], } Loading
libs/diskusage/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -15,4 +15,5 @@ cc_library_static { name: "libdiskusage", srcs: ["dirsize.c"], cflags: ["-Wall", "-Werror"], }
libs/graphicsenv/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ cc_library_shared { "GraphicsEnv.cpp", ], cflags: ["-Wall", "-Werror"], shared_libs: [ "libnativeloader", "liblog", Loading
libs/hwc2on1adapter/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -17,9 +17,13 @@ cc_library_shared { vendor: true, clang: true, cflags: [ "-Wall", "-Werror", "-Wno-user-defined-warnings", ], cppflags: [ "-Weverything", "-Wall", "-Wunused", "-Wunreachable-code", Loading
libs/input/tests/Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,12 @@ cc_test { "InputPublisherAndConsumer_test.cpp", "VelocityTracker_test.cpp", ], cflags: [ "-Wall", "-Werror", "-Wno-error=sign-compare", // to fix later "-Wno-unused-variable", ], shared_libs: [ "libinput", "libcutils", Loading @@ -26,5 +32,7 @@ cc_library_static { srcs: ["StructLayout_test.cpp"], cflags: [ "-O0", "-Wall", "-Werror", ], }
libs/math/tests/Android.bp +4 −0 Original line number Diff line number Diff line Loading @@ -18,22 +18,26 @@ cc_test { name: "vec_test", srcs: ["vec_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], } cc_test { name: "mat_test", srcs: ["mat_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], } cc_test { name: "half_test", srcs: ["half_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], } cc_test { name: "quat_test", srcs: ["quat_test.cpp"], static_libs: ["libmath"], cflags: ["-Wall", "-Werror"], }