blob: b56ef7934c1f0224b3957df6c8ea525ed9dc651a [file] [log] [blame]
rust_binary {
name: "microdroid_init_debug_policy",
srcs: ["src/init_debug_policy.rs"],
stem: "init_debug_policy",
rustlibs: [
"librustutils",
],
installable: false, // match with microdroid_init_rc.
bootstrap: true,
prefer_rlib: true,
}