blob: b56ef7934c1f0224b3957df6c8ea525ed9dc651a [file] [log] [blame]
Jaewan Kimb24d1dc2023-02-13 15:34:56 +09001rust_binary {
2 name: "microdroid_init_debug_policy",
3 srcs: ["src/init_debug_policy.rs"],
4 stem: "init_debug_policy",
5 rustlibs: [
6 "librustutils",
7 ],
8 installable: false, // match with microdroid_init_rc.
9 bootstrap: true,
10 prefer_rlib: true,
11}