Compare commits

...

2 Commits

Author SHA1 Message Date
Atakan 8712d53475 sm8250-common: Remove unused Samsung QMI blobs
* These blobs are only used by pre OneUI 6.0 SEC-RIL stack.

Change-Id: I9e9ef9119cde57c572567ec2168f1d1bddc61398
2026-05-31 14:01:02 +05:30
Atakan 4c5f83b69f sm8250-common: Update RIL blobs from S911BXXS9EZCI
Change-Id: I56aae12b8b099dc55399eeae8d37e03aef9ff639
2026-05-31 13:59:43 +05:30
11 changed files with 59 additions and 111 deletions
+53 -107
View File
@@ -5370,56 +5370,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libSemDataProps",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libSemDataProps.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libSemTelephonyProps",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libSemTelephonyProps.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libStDrvInt",
owner: "samsung",
@@ -5445,6 +5395,56 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libVendorSemDataProps",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libVendorSemDataProps.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libVendorSemTelephonyProps",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libVendorSemTelephonyProps.so",
],
shared_libs: [
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libadsp_default_listener",
owner: "samsung",
@@ -7592,58 +7592,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqmiservices-ext",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libqmiservices-ext.so",
],
shared_libs: [
"libidl",
"libqmiservices",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqmiservices-sem-ext",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libqmiservices-sem-ext.so",
],
shared_libs: [
"libidl",
"libqmiservices",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqseed3",
owner: "samsung",
@@ -8134,8 +8082,9 @@ cc_prebuilt_library_shared {
"libz",
"libutils",
"libjsoncpp",
"libSemTelephonyProps",
"libSemDataProps",
"libVendorSemTelephonyProps",
"libVendorSemDataProps",
"libprotobuf-cpp-full-3.9.1-vendorcompat",
"libvkmanager_vendor",
"libengmode_client",
"libbase",
@@ -8144,20 +8093,17 @@ cc_prebuilt_library_shared {
"libsecnativefeature",
"libfloatingfeature",
"libsemnativecarrierfeature",
"libnlnetmgr",
"libtime_genoff",
"libmdmdetect",
"libdsutils",
"librmnetctl",
"libconfigdb",
"libperipheral_client",
"libqmi_cci",
"libqmi_client_helper",
"libqmi_common_so",
"libqmi_encdec",
"libdiag",
"libc++",
"libprotobuf-cpp-full-3.9.1-vendorcompat",
"libc",
"libm",
"libdl",
@@ -104,5 +104,9 @@
<name>vendor.qti.hardware.dpmservice</name>
<transport>hwbinder</transport>
</hal>
<hal override="true" format="aidl">
<name>vendor.qti.data.dmapconsent</name>
</hal>
<!-- >> QCOM HAL RELATED DATA -->
</manifest>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -4
View File
@@ -241,9 +241,9 @@ PRODUCT_PACKAGES += \
libQTEEConnector_vendor \
libSNPE \
libSecureUILib \
libSemDataProps \
libSemTelephonyProps \
libStDrvInt \
libVendorSemDataProps \
libVendorSemTelephonyProps \
libadsp_default_listener \
libadsprpc \
libarcsoft_aieffectpk_video \
@@ -320,8 +320,6 @@ PRODUCT_PACKAGES += \
libos \
libpadm \
libperipheral_client \
libqmiservices-ext \
libqmiservices-sem-ext \
libqseed3 \
libqtikeymaster4 \
libril_sem \