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.

32 lines
639 B

cc_prebuilt_library {
name: "gatekeeper.default",
proprietary: true,
relative_install_path: "hw",
vendor: true,
target: {
android_arm: {
shared: {
srcs: [
"lib/hw/gatekeeper.default.so",
],
},
},
android_arm64: {
shared: {
srcs: [
"lib64/hw/gatekeeper.default.so",
],
},
},
},
shared_libs: [
"liblog",
"libc",
"libcrypto",
"libdl",
"libteec_vendor",
"libuapi_securec",
],
}