diff --git a/Android.bp b/Android.bp index 3ba58d1..818a9db 100644 --- a/Android.bp +++ b/Android.bp @@ -1032,6 +1032,31 @@ cc_prebuilt_library_shared { soc_specific: true, } +cc_prebuilt_library_shared { + name: "liboemcrypto", + owner: "samsung", + strip: { + none: true, + }, + target: { + android_arm64: { + srcs: [ + "proprietary/vendor/lib64/liboemcrypto.so", + ], + shared_libs: [ + "libteecl", + "libc", + "libm", + "libdl", + "liblog", + ], + }, + }, + compile_multilib: "64", + prefer: true, + soc_specific: true, +} + cc_prebuilt_library_shared { name: "libprofileparamstorage", owner: "samsung", diff --git a/proprietary/vendor/lib64/liboemcrypto.so b/proprietary/vendor/lib64/liboemcrypto.so new file mode 100644 index 0000000..0e2201a Binary files /dev/null and b/proprietary/vendor/lib64/liboemcrypto.so differ diff --git a/s5e8825-common-vendor.mk b/s5e8825-common-vendor.mk index 5a1d9a4..3f392c3 100644 --- a/s5e8825-common-vendor.mk +++ b/s5e8825-common-vendor.mk @@ -95,6 +95,7 @@ PRODUCT_PACKAGES += \ libgmc \ libhwjsqz \ liblastaboxmsg \ + liboemcrypto \ libprofileparamstorage \ libqfp_sensortest \ librecordalive \