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,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libcv_common",
|
name: "libcv_common",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
@@ -14813,7 +14839,7 @@ cc_prebuilt_library_shared {
|
|||||||
"lib_android_keymaster_keymint_utils",
|
"lib_android_keymaster_keymint_utils",
|
||||||
"libbase",
|
"libbase",
|
||||||
"libbinder",
|
"libbinder",
|
||||||
"libcppbor_external",
|
"libcppbor_peridot",
|
||||||
"libkeymaster_portable",
|
"libkeymaster_portable",
|
||||||
"libkeymaster_messages",
|
"libkeymaster_messages",
|
||||||
"libsoft_attestation_cert",
|
"libsoft_attestation_cert",
|
||||||
@@ -40064,7 +40090,7 @@ cc_prebuilt_binary {
|
|||||||
"android.se.omapi-V1-ndk",
|
"android.se.omapi-V1-ndk",
|
||||||
"libbase",
|
"libbase",
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
"libcppbor_external",
|
"libcppbor_peridot",
|
||||||
"libcrypto",
|
"libcrypto",
|
||||||
"libkeymaster_portable",
|
"libkeymaster_portable",
|
||||||
"libjc_keymint_nxp",
|
"libjc_keymint_nxp",
|
||||||
|
|||||||
@@ -1690,6 +1690,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libcommonchiutils \
|
libcommonchiutils \
|
||||||
libconfigdb \
|
libconfigdb \
|
||||||
libcpion \
|
libcpion \
|
||||||
|
libcppbor_peridot \
|
||||||
libcv_common \
|
libcv_common \
|
||||||
libdapparamstorage \
|
libdapparamstorage \
|
||||||
libdataitems \
|
libdataitems \
|
||||||
|
|||||||
Binary file not shown.
BIN
proprietary/vendor/lib64/libcppbor_peridot.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libcppbor_peridot.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libjc_keymint_nxp.so
vendored
BIN
proprietary/vendor/lib64/libjc_keymint_nxp.so
vendored
Binary file not shown.
Reference in New Issue
Block a user