Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
18 lines
409 B
Plaintext
18 lines
409 B
Plaintext
cc_binary {
|
|
name: "wait_for_optee",
|
|
relative_install_path: "hw",
|
|
srcs: [ "wait_for_optee.cpp" ],
|
|
init_rc: ["wait_for_optee.rc"],
|
|
shared_libs: [
|
|
"android.hardware.keymaster@4.0",
|
|
"libbase",
|
|
"libbinder_ndk",
|
|
"libkeymaster4_1support",
|
|
"libutils",
|
|
],
|
|
defaults: [
|
|
"keymint_use_latest_hal_aidl_ndk_shared",
|
|
],
|
|
proprietary: true,
|
|
}
|