| 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"], | |
| } |