blob: 65e660a21f586893774ec9546086d047e33adcca [file] [log] [blame]
cc_binary {
name: "property_info_checker",
host_supported: true,
static_executable: true,
cpp_std: "experimental",
static_libs: [
"libpropertyinfoserializer",
"libpropertyinfoparser",
"libbase",
"liblog",
"libsepol",
],
srcs: ["property_info_checker.cpp"],
}