You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
485 B

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
rust_binary {
name: "authfs_service",
srcs: [
"src/main.rs",
],
edition: "2021",
rustlibs: [
"authfs_aidl_interface-rust",
"libandroid_logger",
"libanyhow",
"libbinder_rs",
"liblibc",
"liblog_rust",
"libnix",
"librpcbinder_rs",
"libshared_child",
],
prefer_rlib: true,
init_rc: ["authfs_service.rc"],
}