blob: 6e9e7f1635c35fbde55efbc284b463e484ba63b0 [file] [log] [blame]
Tom Cherry919458c2018-01-03 14:39:28 -08001cc_binary {
2 name: "property_info_checker",
3 host_supported: true,
Tom Cherry99a41502018-01-05 13:56:27 -08004 static_executable: true,
Tom Cherry919458c2018-01-03 14:39:28 -08005 cpp_std: "experimental",
Andreas Gampee4c9acb2018-01-04 19:21:18 -08006 target: {
7 linux: {
8 sanitize: {
9 misc_undefined: ["signed-integer-overflow"],
10 },
11 },
Tom Cherry919458c2018-01-03 14:39:28 -080012 },
13 static_libs: [
14 "libpropertyinfoserializer",
15 "libpropertyinfoparser",
16 "libbase",
17 ],
18 srcs: ["property_info_checker.cpp"],
Andreas Gampee4c9acb2018-01-04 19:21:18 -080019}