2021-09-27 13:03:31 +00:00
|
|
|
package {
|
|
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
|
|
}
|
|
|
|
|
|
|
|
rust_library {
|
|
|
|
name: "libcomposd_native_rust",
|
|
|
|
crate_name: "composd_native",
|
|
|
|
srcs: ["lib.rs"],
|
|
|
|
rustlibs: [
|
2021-12-04 00:30:04 +00:00
|
|
|
"libanyhow",
|
|
|
|
"liblibc",
|
2021-09-27 13:03:31 +00:00
|
|
|
],
|
2021-12-04 00:30:04 +00:00
|
|
|
shared_libs: [
|
|
|
|
"libartpalette-system",
|
|
|
|
],
|
2021-09-27 13:03:31 +00:00
|
|
|
apex_available: ["com.android.compos"],
|
|
|
|
}
|