Jaewan Kim | b24d1dc | 2023-02-13 15:34:56 +0900 | [diff] [blame^] | 1 | rust_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 | } |