mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I075670b64eebbbbd6a6ae0e84ad51bf1c6f5ba36
28 lines
648 B
Plaintext
28 lines
648 B
Plaintext
cc_binary {
|
|
name: "android.hardware.gatekeeper@1.0-service.software",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
init_rc: ["android.hardware.gatekeeper@1.0-service.software.rc"],
|
|
|
|
srcs: [
|
|
"service.cpp",
|
|
"SoftGateKeeperDevice.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"android.hardware.gatekeeper@1.0",
|
|
"libbase",
|
|
"libhardware",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"liblog",
|
|
"libcrypto",
|
|
"libgatekeeper",
|
|
],
|
|
|
|
static_libs: ["libscrypt_static"],
|
|
|
|
vintf_fragments: ["android.hardware.gatekeeper@1.0-service.software.xml"],
|
|
}
|