blob: 6c32c676527586a6abc6df2c293c8510c8d82511 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
rust_binary {
name: "authfs_service",
srcs: [
"src/main.rs",
],
edition: "2018",
rustlibs: [
"authfs_aidl_interface-rust",
"libandroid_logger",
"libanyhow",
"libbinder_common",
"libbinder_rs",
"liblibc",
"liblog_rust",
"libnix",
"libshared_child",
],
prefer_rlib: true,
init_rc: ["authfs_service.rc"],
}