Home | History | Annotate | Download | only in property_info_checker
      1 cc_binary {
      2     name: "property_info_checker",
      3     host_supported: true,
      4     static_executable: true,
      5     cpp_std: "experimental",
      6     static_libs: [
      7         "libpropertyinfoserializer",
      8         "libpropertyinfoparser",
      9         "libbase",
     10         "libsepol",
     11     ],
     12     srcs: ["property_info_checker.cpp"],
     13 }
     14