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:
+34
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user