blob: 9e6d5905955a384a7ac93a1c64531b82ccbe3244 [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 Stokes0cc59ee2021-09-24 11:20:34 +010012 "liblazy_static",
Alan Stokes3189af02021-09-30 17:51:19 +010013 ],
14 apex_available: [
15 "com.android.compos",
16 "com.android.virt",
17 ],
18}