fogos: Drop duplicate blobs
* Already in sm6375-common. Change-Id: Id1583b04383fbfa2098c83e17104f76e03b2c777
This commit is contained in:
parent
e0ac7ad229
commit
518a0c20c1
5 changed files with 0 additions and 86 deletions
83
Android.bp
83
Android.bp
|
@ -4256,33 +4256,6 @@ cc_prebuilt_library_shared {
|
|||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libC2D2",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libC2D2.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libgsl",
|
||||
"libcutils",
|
||||
"libutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libaidenoiser",
|
||||
owner: "motorola",
|
||||
|
@ -6701,62 +6674,6 @@ cc_prebuilt_library_shared {
|
|||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.scve.objecttracker@1.0",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.qti.hardware.scve.objecttracker@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.hardware.scve.panorama@1.0",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.qti.hardware.scve.panorama@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MotoSignatureApp",
|
||||
owner: "motorola",
|
||||
|
|
|
@ -319,7 +319,6 @@ PRODUCT_PACKAGES += \
|
|||
libBSTHDRDETECT \
|
||||
libBSTMultiExpoGainHDR \
|
||||
libBSTNodeUtils \
|
||||
libC2D2 \
|
||||
libaidenoiser \
|
||||
libaidenoiserv2 \
|
||||
libarcsoft_chi_utils \
|
||||
|
@ -389,8 +388,6 @@ PRODUCT_PACKAGES += \
|
|||
vendor.goodix.hardware.biometrics.fingerprint@3.0 \
|
||||
vendor.qti.hardware.camera.postproc@1.0-service-impl \
|
||||
vendor.qti.hardware.fingerprint@1.0 \
|
||||
vendor.qti.hardware.scve.objecttracker@1.0 \
|
||||
vendor.qti.hardware.scve.panorama@1.0 \
|
||||
MotoSignatureApp \
|
||||
EuiccPartnerApp \
|
||||
MotCamera3AI \
|
||||
|
|
BIN
proprietary/vendor/lib64/libC2D2.so
vendored
BIN
proprietary/vendor/lib64/libC2D2.so
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue