mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
A security HAL to allow vendor to cryptographically tie components to the primary user's credential. Test: AuthSecretHidlTest Bug: 71527305 Change-Id: I67ebf423dfccb00415d1d79b54e3ded31256cfff
22 lines
462 B
Plaintext
22 lines
462 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",
|
|
"libhidltransport",
|
|
"liblog",
|
|
"libutils",
|
|
"android.hardware.authsecret@1.0",
|
|
],
|
|
}
|