2021-09-30 16:51:19 +00:00
|
|
|
package {
|
|
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
|
|
}
|
|
|
|
|
|
|
|
rust_library {
|
|
|
|
name: "libbinder_common",
|
|
|
|
crate_name: "binder_common",
|
|
|
|
srcs: ["lib.rs"],
|
|
|
|
edition: "2018",
|
|
|
|
rustlibs: [
|
|
|
|
"libbinder_rs",
|
2021-10-08 17:22:42 +00:00
|
|
|
"libbinder_rpc_unstable_bindgen",
|
2021-09-24 10:20:34 +00:00
|
|
|
"liblazy_static",
|
2021-09-30 16:51:19 +00:00
|
|
|
],
|
|
|
|
apex_available: [
|
|
|
|
"com.android.compos",
|
|
|
|
"com.android.virt",
|
|
|
|
],
|
|
|
|
}
|