blob: d26e35909f3e22dac8966cf5919e0f62645dda79 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "property_info_checker",
host_supported: true,
static_executable: true,
static_libs: [
"libpropertyinfoserializer",
"libpropertyinfoparser",
"libbase",
"liblog",
"libsepol",
],
srcs: ["property_info_checker.cpp"],
}