sm6225-common: Decommonize certain blobs after inclusion of bathena device

* Apparently Bathena device is unique and doesn't
  appear mentioned in the deconommized blobs.

Change-Id: I5c9d39d526c9dbeef1c5fbf92a9e64048efc04a5
This commit is contained in:
Deivid21
2025-05-08 23:32:23 -04:00
committed by Michael Bestas
parent e0ae29eb9b
commit ec76dacfcf
4 changed files with 0 additions and 1894 deletions
-33
View File
@@ -11605,39 +11605,6 @@ cc_prebuilt_binary {
soc_specific: true,
}
cc_prebuilt_binary {
name: "cnss-daemon",
owner: "motorola",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/cnss-daemon",
],
shared_libs: [
"libcutils",
"liblog",
"libqmi_cci",
"libqmi_common_so",
"libnl",
"libcld80211",
"libperipheral_client",
"libmdmdetect",
"libqmiservices",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "dpmQmiMgr",
owner: "motorola",