25 lines
486 B
Plaintext
25 lines
486 B
Plaintext
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"],
|
|
}
|