mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
21 lines
434 B
Plaintext
21 lines
434 B
Plaintext
|
|
cc_binary {
|
||
|
|
name: "android.hardware.authsecret@1.0-service",
|
||
|
|
init_rc: ["android.hardware.authsecret@1.0-service.rc"],
|
||
|
|
relative_install_path: "hw",
|
||
|
|
vendor: true,
|
||
|
|
srcs: [
|
||
|
|
"service.cpp",
|
||
|
|
"AuthSecret.cpp",
|
||
|
|
],
|
||
|
|
cflags: [
|
||
|
|
"-Wall",
|
||
|
|
"-Werror",
|
||
|
|
],
|
||
|
|
shared_libs: [
|
||
|
|
"libhidlbase",
|
||
|
|
"liblog",
|
||
|
|
"libutils",
|
||
|
|
"android.hardware.authsecret@1.0",
|
||
|
|
],
|
||
|
|
}
|