Compare commits

...

6 Commits

Author SHA1 Message Date
Arian
562531004c sm8450-common: Update display, GPS and QCC blobs from ingot UKQ1.240227.165
Change-Id: I6eb2b234e071fe5f3f0bef605d6b22aba250b74d
2025-01-19 17:00:05 +01:00
Arian
216563b569 sm8450-common: Update blobs from diting V816.0.10.0.ULFMIXM
Change-Id: I2bb3b90768f448aeaf37e3a5770fc3d080665e1d
2025-01-14 19:47:58 +01:00
Arian
3a21aef757 sm8450-common: Add missing 32-bit libvmmem
32-bit display parts require it:
01-07 18:15:00.608  1854  6236 E qdgralloc: Could not load libvmmem: dlopen failed: library "libvmmem.so" not found

Change-Id: I82fd02d02c9024765369703a2a7f3de8069aa59b
2025-01-07 20:00:56 +01:00
Nick Reuter
f614b52483 sm8450-common: Address missing libbinder symbols in libwfdnative
_ZN7android6binder12atrace_beginEmPKc
_ZN7android6binder10atrace_endEm

Change-Id: I942d51721461dbbf9c8d0f2f32128529bb7480c3
2024-12-28 17:00:04 +01:00
Nick Reuter
6444df476b sm8450-common: Bump libwfdservice to android.media.audio.common.types-V4
Change-Id: I81060d8c73430a9598c676e18dc04e31a2f31c0c
2024-12-28 15:56:12 +01:00
Jens Reidel
9816879eec
sm8450-common: Re-extract with newer extract utils
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2024-12-10 18:54:57 +01:00
13 changed files with 44 additions and 30 deletions

View File

@ -807,6 +807,45 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libvmmem",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/libvmmem.so",
],
shared_libs: [
"liblog",
"libbase",
"libc++",
"libc",
"libm",
"libdl",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libvmmem.so",
],
shared_libs: [
"liblog",
"libbase",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.qti.qspmhal@1.0",
owner: "xiaomi",
@ -9265,8 +9304,6 @@ cc_prebuilt_library_shared {
srcs: [
"proprietary/vendor/lib64/libsn100u_fw.so",
],
shared_libs: [
],
},
},
compile_multilib: "64",
@ -9980,32 +10017,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libvmmem",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libvmmem.so",
],
shared_libs: [
"liblog",
"libbase",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libvppcommon",
owner: "xiaomi",
@ -16547,6 +16558,7 @@ cc_prebuilt_library_shared {
],
shared_libs: [
"libinput_shim",
"libbinder_shim",
"libandroid_runtime",
"libui",
"libinput",
@ -16632,7 +16644,7 @@ cc_prebuilt_library_shared {
"libaudioclient",
"libaudiofoundation",
"audioclient-types-aidl-cpp",
"android.media.audio.common.types-V3-cpp",
"android.media.audio.common.types-V4-cpp",
"libwfdmmsrc_system",
"libwfdavenhancements",
"libhidlbase",

0
proprietary/vendor/bin/hw/vendor.display.color@1.0-service vendored Normal file → Executable file
View File

View File

@ -683,7 +683,9 @@
<!-- Add for Singapore operator xiaomi-->
<EccEntry Ecc="999" Category="0" Condition="1" Plmn = "525 03" />
<EccEntry Ecc="995" Category="2" Condition="1" Plmn = "525 03" />
<EccEntry Ecc="999" Category="1" Condition="1" Plmn = "525 05" />
<EccEntry Ecc="995" Category="2" Condition="1" Plmn = "525 05" />
<EccEntry Ecc="999" Category="31" Condition="1" Plmn = "525 01" />
<!-- Add for Chile operator xiaomi-->

BIN
proprietary/vendor/lib/libvmmem.so vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -227,6 +227,7 @@ PRODUCT_PACKAGES += \
libllvm-glnext \
libllvm-qcom \
libllvm-qgl \
libvmmem \
vendor.qti.qspmhal@1.0 \
android.hardware.secure_element@1.0-impl \
btaudio_offload_if \
@ -528,7 +529,6 @@ PRODUCT_PACKAGES += \
libultrasound_notify \
libvideotxr \
libvideoutils \
libvmmem \
libvppcommon \
libvpphcp \
libvpphvx \