Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_modules_Virtualization
/
b24d1dc1da9ebef08f4e5b1631dadccf6473b5e8
/
.
/
microdroid
/
init_debug_policy
/
Android.bp
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
,
}