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.
37 lines
761 B
37 lines
761 B
cc_prebuilt_library {
|
|
name: "keystore.default",
|
|
proprietary: true,
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
target: {
|
|
android_arm: {
|
|
shared: {
|
|
srcs: [
|
|
"lib/hw/keystore.default.so",
|
|
],
|
|
},
|
|
},
|
|
|
|
android_arm64: {
|
|
shared: {
|
|
srcs: [
|
|
"lib64/hw/keystore.default.so",
|
|
],
|
|
},
|
|
},
|
|
},
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libc",
|
|
"libcrypto",
|
|
"libdl",
|
|
"libteec_vendor",
|
|
"libuapi_securec",
|
|
"libcutils",
|
|
"libhwbinder",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libkeymaster_portable",
|
|
],
|
|
} |