sweet: Import decommonized liboemcrypto
Change-Id: I33530d5d0e7c62149a52e9d16fff948f6d4a7593
This commit is contained in:
parent
16ef8f8fab
commit
4b854732bd
17
Android.bp
17
Android.bp
@ -2368,6 +2368,23 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "liboemcrypto",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: ["proprietary/vendor/lib64/liboemcrypto.so"],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
check_elf_files: false,
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "librelight_only",
|
||||
owner: "xiaomi",
|
||||
|
BIN
proprietary/vendor/lib64/liboemcrypto.so
vendored
Normal file
BIN
proprietary/vendor/lib64/liboemcrypto.so
vendored
Normal file
Binary file not shown.
@ -309,6 +309,7 @@ PRODUCT_PACKAGES += \
|
||||
libmulticam_image_optical_zoom \
|
||||
libmulticam_video_optical_zoom \
|
||||
libnotifyaudiohal \
|
||||
liboemcrypto \
|
||||
librelight_only \
|
||||
libremosaic_wrapper \
|
||||
libremosaiclib \
|
||||
|
Loading…
Reference in New Issue
Block a user