Bob Badour | 0efc72b | 2023-03-08 10:14:29 -0800 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
Jaewan Kim | b24d1dc | 2023-02-13 15:34:56 +0900 | [diff] [blame] | 5 | rust_binary { |
6 | name: "microdroid_init_debug_policy", | ||||
7 | srcs: ["src/init_debug_policy.rs"], | ||||
8 | stem: "init_debug_policy", | ||||
9 | rustlibs: [ | ||||
10 | "librustutils", | ||||
11 | ], | ||||
12 | installable: false, // match with microdroid_init_rc. | ||||
13 | bootstrap: true, | ||||
14 | prefer_rlib: true, | ||||
15 | } |