Loading libs/sensor/Android.bp +4 −1 Original line number Original line Diff line number Diff line Loading @@ -16,9 +16,12 @@ cc_library_shared { name: "libsensor", name: "libsensor", clang: true, clang: true, cflags: [ "-Wall", "-Werror", ], cppflags: [ cppflags: [ "-Weverything", "-Weverything", "-Werror", // The static constructors and destructors in this library have not been noted to // The static constructors and destructors in this library have not been noted to // introduce significant overheads // introduce significant overheads Loading libs/sensor/tests/Android.bp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -17,6 +17,8 @@ cc_test { clang: true, clang: true, cflags: ["-Wall", "-Werror"], srcs: [ srcs: [ "Sensor_test.cpp", "Sensor_test.cpp", ], ], Loading Loading
libs/sensor/Android.bp +4 −1 Original line number Original line Diff line number Diff line Loading @@ -16,9 +16,12 @@ cc_library_shared { name: "libsensor", name: "libsensor", clang: true, clang: true, cflags: [ "-Wall", "-Werror", ], cppflags: [ cppflags: [ "-Weverything", "-Weverything", "-Werror", // The static constructors and destructors in this library have not been noted to // The static constructors and destructors in this library have not been noted to // introduce significant overheads // introduce significant overheads Loading
libs/sensor/tests/Android.bp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -17,6 +17,8 @@ cc_test { clang: true, clang: true, cflags: ["-Wall", "-Werror"], srcs: [ srcs: [ "Sensor_test.cpp", "Sensor_test.cpp", ], ], Loading