s5e8825-common: Kang liboemcrypto from a54x

10-02 16:56:01.101   753   753 I WVCdm   : [oemcrypto_adapter_dynamic.cpp(863):Initialize] L3 Initialized. Trying L1.
10-02 16:56:01.102   753   753 W WVCdm   : [oemcrypto_adapter_dynamic.cpp(875):Initialize] Could not load liboemcrypto.so. Falling back to L3.  dlopen failed: library liboemcrypto.so not found
10-02 16:56:01.102   753   753 E WVCdm   : [oemcrypto_adapter_dynamic.cpp(1327):ValidateOrInstallL1KeyboxOrCert] L1 not initialized. Falling back to L3
10-02 16:56:01.102   753   753 I WVCdm   : [file_utils.cpp(38):Exists] stat failed: ENOENT
10-02 16:56:01.102   753   753 W WVCdm   : [oemcrypto_adapter_dynamic.cpp(1526):OEMCrypto_InitializeAndCheckKeybox] Keybox error: 25. Falling back to L3.
10-02 16:56:01.102   753   753 E WVCdm   : [oemcrypto_adapter_dynamic.cpp(908):Level1Terminate] L1 Terminate not needed

Change-Id: I9b9b936c02f69c3d58475468ae031c681644254d
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
Majaahh
2025-10-02 17:27:58 +02:00
parent 6467e4f834
commit 6e4d53ee26
3 changed files with 26 additions and 0 deletions

View File

@@ -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",

BIN
proprietary/vendor/lib64/liboemcrypto.so vendored Normal file

Binary file not shown.

View File

@@ -95,6 +95,7 @@ PRODUCT_PACKAGES += \
libgmc \
libhwjsqz \
liblastaboxmsg \
liboemcrypto \
libprofileparamstorage \
libqfp_sensortest \
librecordalive \