devon: Decommonize certain blobs after inclusion of bathena device

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

Change-Id: I625ba18262e3aa1299e3f0632757be3d6de8a89f
This commit is contained in:
Deivid21
2025-06-01 01:31:17 -04:00
committed by Michael Bestas
parent e8b6547dc9
commit 9bb293a4f9
4 changed files with 1895 additions and 0 deletions
+34
View File
@@ -5,6 +5,7 @@
soong_namespace {
imports: [
"hardware/motorola",
"hardware/qcom-caf/wlan",
"vendor/motorola/sm6225-common",
"vendor/qcom/opensource/display",
],
@@ -3891,6 +3892,39 @@ 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: "android.hardware.biometrics.fingerprint@2.1-service-ets",
owner: "motorola",