1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
409 B

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,
}