Alan Stokes | 3189af0 | 2021-09-30 17:51:19 +0100 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | rust_library { | ||||
6 | name: "libbinder_common", | ||||
7 | crate_name: "binder_common", | ||||
8 | srcs: ["lib.rs"], | ||||
9 | edition: "2018", | ||||
10 | rustlibs: [ | ||||
11 | "libbinder_rs", | ||||
Alan Stokes | 0cc59ee | 2021-09-24 11:20:34 +0100 | [diff] [blame] | 12 | "liblazy_static", |
Alan Stokes | 3189af0 | 2021-09-30 17:51:19 +0100 | [diff] [blame] | 13 | ], |
14 | apex_available: [ | ||||
15 | "com.android.compos", | ||||
16 | "com.android.virt", | ||||
17 | ], | ||||
18 | } |