blob: 209955d4ff60d1fd45fd05f220bae8940c92db1b [file] [log] [blame]
Alan Stokes3189af02021-09-30 17:51:19 +01001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5rust_library {
6 name: "libbinder_common",
7 crate_name: "binder_common",
8 srcs: ["lib.rs"],
9 edition: "2018",
10 rustlibs: [
11 "libbinder_rs",
Alan Stokescd359bb2021-10-08 18:22:42 +010012 "libbinder_rpc_unstable_bindgen",
Alan Stokes0cc59ee2021-09-24 11:20:34 +010013 "liblazy_static",
Alan Stokes3189af02021-09-30 17:51:19 +010014 ],
15 apex_available: [
16 "com.android.compos",
17 "com.android.virt",
18 ],
19}