Merge "Properties: remove sanitizers" am: 85abdb5df7
am: aaf0c0a0c8
Change-Id: I75e609151f85d5198c61048e05fb8307b05d2149
This commit is contained in:
commit
224bdcb19f
|
@ -4,13 +4,6 @@ cc_library_static {
|
|||
srcs: ["property_info_parser.cpp"],
|
||||
|
||||
cpp_std: "experimental",
|
||||
target: {
|
||||
linux: {
|
||||
sanitize: {
|
||||
misc_undefined: ["signed-integer-overflow"],
|
||||
},
|
||||
},
|
||||
},
|
||||
cppflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
|
|
|
@ -2,13 +2,6 @@ cc_defaults {
|
|||
name: "propertyinfoserializer_defaults",
|
||||
host_supported: true,
|
||||
cpp_std: "experimental",
|
||||
target: {
|
||||
linux: {
|
||||
sanitize: {
|
||||
misc_undefined: ["signed-integer-overflow"],
|
||||
},
|
||||
},
|
||||
},
|
||||
cppflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
|
|
|
@ -3,13 +3,6 @@ cc_binary {
|
|||
host_supported: true,
|
||||
static_executable: true,
|
||||
cpp_std: "experimental",
|
||||
target: {
|
||||
linux: {
|
||||
sanitize: {
|
||||
misc_undefined: ["signed-integer-overflow"],
|
||||
},
|
||||
},
|
||||
},
|
||||
static_libs: [
|
||||
"libpropertyinfoserializer",
|
||||
"libpropertyinfoparser",
|
||||
|
|
Loading…
Reference in New Issue