mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
21 lines
523 B
Text
21 lines
523 B
Text
cc_binary {
|
|
name: "android.hardware.keymaster@4.0-service.samsung",
|
|
defaults: ["hidl_defaults"],
|
|
proprietary: true,
|
|
init_rc: ["android.hardware.keymaster@4.0-service.samsung.rc"],
|
|
relative_install_path: "hw",
|
|
srcs: [
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libhardware",
|
|
"libbase",
|
|
"libutils",
|
|
"libhidlbase",
|
|
"android.hardware.keymaster@4.0",
|
|
"libskeymaster4device",
|
|
"libkeymaster4",
|
|
],
|
|
}
|