blob: 6e9e7f1635c35fbde55efbc284b463e484ba63b0 [file] [log] [blame]
cc_binary {
name: "property_info_checker",
host_supported: true,
static_executable: true,
cpp_std: "experimental",
target: {
linux: {
sanitize: {
misc_undefined: ["signed-integer-overflow"],
},
},
},
static_libs: [
"libpropertyinfoserializer",
"libpropertyinfoparser",
"libbase",
],
srcs: ["property_info_checker.cpp"],
}