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.
24 lines
413 B
24 lines
413 B
cc_rockchip_prebuilt_library_shared {
|
|
name: "libteec",
|
|
strip: {
|
|
none: true,
|
|
},
|
|
check_elf_files: false,
|
|
vendor: true,
|
|
optee: true,
|
|
}
|
|
|
|
cc_rockchip_prebuilt_binary {
|
|
name: "tee-supplicant",
|
|
init_rc: ["init.tee-supplicant.rc"],
|
|
strip: {
|
|
none: true,
|
|
},
|
|
check_elf_files: false,
|
|
vendor: true,
|
|
optee: true,
|
|
shared_libs: [
|
|
"libteec",
|
|
]
|
|
}
|