peridot: Use prebuilt libcppbor for nxp keymint services
Change-Id: I304ad32936419c6f0cc0369516bd6c190b0dac33
This commit is contained in:
30
Android.bp
30
Android.bp
@@ -12290,6 +12290,32 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcppbor_peridot",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libcppbor_peridot.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcrypto",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcv_common",
|
||||
owner: "xiaomi",
|
||||
@@ -14813,7 +14839,7 @@ cc_prebuilt_library_shared {
|
||||
"lib_android_keymaster_keymint_utils",
|
||||
"libbase",
|
||||
"libbinder",
|
||||
"libcppbor_external",
|
||||
"libcppbor_peridot",
|
||||
"libkeymaster_portable",
|
||||
"libkeymaster_messages",
|
||||
"libsoft_attestation_cert",
|
||||
@@ -40064,7 +40090,7 @@ cc_prebuilt_binary {
|
||||
"android.se.omapi-V1-ndk",
|
||||
"libbase",
|
||||
"libbinder_ndk",
|
||||
"libcppbor_external",
|
||||
"libcppbor_peridot",
|
||||
"libcrypto",
|
||||
"libkeymaster_portable",
|
||||
"libjc_keymint_nxp",
|
||||
|
||||
Reference in New Issue
Block a user