blob: ec27f517fef72d826f3666832b2e359de708fc1f [file] [log] [blame]
sysprop_library {
name: "trusty-properties",
srcs: ["android/sysprop/trusty/security_vm.sysprop"],
property_owner: "Platform",
api_packages: ["android.sysprop.trusty"],
apex_available: [
"//apex_available:platform",
],
}
rust_binary {
name: "trusty-properties-example",
srcs: ["example.rs"],
rustlibs: ["libtrusty_properties_rust"],
}