mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: hidl: remove useless guards and convert to bp
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
76a69f9276
commit
f2bb09bac3
5 changed files with 43 additions and 65 deletions
21
universal7885-common/hidl/keymaster/Android.bp
Normal file
21
universal7885-common/hidl/keymaster/Android.bp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in a new issue