26 lines
545 B
Plaintext
26 lines
545 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
rust_binary {
|
|
name: "fd_server",
|
|
srcs: ["src/main.rs"],
|
|
rustlibs: [
|
|
"authfs_aidl_interface-rust",
|
|
"libandroid_logger",
|
|
"libanyhow",
|
|
"libbinder_common",
|
|
"libbinder_rpc_unstable_bindgen",
|
|
"libbinder_rs",
|
|
"libclap",
|
|
"liblibc",
|
|
"liblog_rust",
|
|
"libnix",
|
|
],
|
|
prefer_rlib: true,
|
|
shared_libs: [
|
|
"libbinder_rpc_unstable",
|
|
],
|
|
apex_available: ["com.android.virt"],
|
|
}
|