blob: 209955d4ff60d1fd45fd05f220bae8940c92db1b [file] [log] [blame]
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",
"libbinder_rpc_unstable_bindgen",
"liblazy_static",
],
apex_available: [
"com.android.compos",
"com.android.virt",
],
}