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", | ||||
12 | ], | ||||
13 | apex_available: [ | ||||
14 | "com.android.compos", | ||||
15 | "com.android.virt", | ||||
16 | ], | ||||
17 | } |