summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'property_service')
-rw-r--r--property_service/libpropertyinfoparser/Android.bp7
-rw-r--r--property_service/libpropertyinfoserializer/Android.bp7
-rw-r--r--property_service/property_info_checker/Android.bp7
3 files changed, 0 insertions, 21 deletions
diff --git a/property_service/libpropertyinfoparser/Android.bp b/property_service/libpropertyinfoparser/Android.bp
index ffaa2b304..39cd8ec7d 100644
--- a/property_service/libpropertyinfoparser/Android.bp
+++ b/property_service/libpropertyinfoparser/Android.bp
@@ -4,13 +4,6 @@ cc_library_static {
4 srcs: ["property_info_parser.cpp"], 4 srcs: ["property_info_parser.cpp"],
5 5
6 cpp_std: "experimental", 6 cpp_std: "experimental",
7 target: {
8 linux: {
9 sanitize: {
10 misc_undefined: ["signed-integer-overflow"],
11 },
12 },
13 },
14 cppflags: [ 7 cppflags: [
15 "-Wall", 8 "-Wall",
16 "-Wextra", 9 "-Wextra",
diff --git a/property_service/libpropertyinfoserializer/Android.bp b/property_service/libpropertyinfoserializer/Android.bp
index 0a1593b26..be177f986 100644
--- a/property_service/libpropertyinfoserializer/Android.bp
+++ b/property_service/libpropertyinfoserializer/Android.bp
@@ -2,13 +2,6 @@ cc_defaults {
2 name: "propertyinfoserializer_defaults", 2 name: "propertyinfoserializer_defaults",
3 host_supported: true, 3 host_supported: true,
4 cpp_std: "experimental", 4 cpp_std: "experimental",
5 target: {
6 linux: {
7 sanitize: {
8 misc_undefined: ["signed-integer-overflow"],
9 },
10 },
11 },
12 cppflags: [ 5 cppflags: [
13 "-Wall", 6 "-Wall",
14 "-Wextra", 7 "-Wextra",
diff --git a/property_service/property_info_checker/Android.bp b/property_service/property_info_checker/Android.bp
index 6e9e7f163..6ee649af0 100644
--- a/property_service/property_info_checker/Android.bp
+++ b/property_service/property_info_checker/Android.bp
@@ -3,13 +3,6 @@ cc_binary {
3 host_supported: true, 3 host_supported: true,
4 static_executable: true, 4 static_executable: true,
5 cpp_std: "experimental", 5 cpp_std: "experimental",
6 target: {
7 linux: {
8 sanitize: {
9 misc_undefined: ["signed-integer-overflow"],
10 },
11 },
12 },
13 static_libs: [ 6 static_libs: [
14 "libpropertyinfoserializer", 7 "libpropertyinfoserializer",
15 "libpropertyinfoparser", 8 "libpropertyinfoparser",