Alan Stokes | eb97d4a | 2021-08-26 14:24:32 +0100 | [diff] [blame^] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | rust_binary { | ||||
6 | name: "compos_verify_key", | ||||
7 | srcs: ["verify_key.rs"], | ||||
8 | rustlibs: [ | ||||
9 | "android.system.virtualizationservice-rust", | ||||
10 | "compos_aidl_interface-rust", | ||||
11 | "libanyhow", | ||||
12 | "libbinder_rpc_unstable_bindgen", | ||||
13 | "libbinder_rs", | ||||
14 | "libclap", | ||||
15 | ], | ||||
16 | prefer_rlib: true, | ||||
17 | shared_libs: [ | ||||
18 | "libbinder_rpc_unstable", | ||||
19 | ], | ||||
20 | apex_available: [ | ||||
21 | "com.android.compos", | ||||
22 | ], | ||||
23 | } |