bangkk: Drop duplicate blobs
* Already in sm6375-common. Change-Id: I21571c6f8523ba442ad0b02cdef96328af78482c
This commit is contained in:
parent
dde9157622
commit
6f193f070d
14 changed files with 0 additions and 250 deletions
244
Android.bp
244
Android.bp
|
@ -7634,123 +7634,6 @@ cc_prebuilt_library_shared {
|
|||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcapiv2svacnn",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libcapiv2svacnn.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libcapiv2svacnn.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcapiv2svarnn",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libcapiv2svarnn.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libcapiv2svarnn.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcapiv2vop",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libcapiv2vop.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libcapiv2vop.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libchilog",
|
||||
owner: "motorola",
|
||||
|
@ -8861,133 +8744,6 @@ cc_prebuilt_library_shared {
|
|||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libsns_device_mode_stub",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libsns_device_mode_stub.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libsns_fastRPC_util",
|
||||
"liblog",
|
||||
"libc",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libsns_device_mode_stub.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libsns_fastRPC_util",
|
||||
"liblog",
|
||||
"libc",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libsns_fastRPC_util",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libsns_fastRPC_util.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libc",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libsns_fastRPC_util.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libc",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libsns_low_lat_stream_stub",
|
||||
owner: "motorola",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libsns_low_lat_stream_stub.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libsns_fastRPC_util",
|
||||
"liblog",
|
||||
"libc",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libsns_low_lat_stream_stub.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libsns_fastRPC_util",
|
||||
"liblog",
|
||||
"libc",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libswregistrationalgo",
|
||||
owner: "motorola",
|
||||
|
|
|
@ -361,9 +361,6 @@ PRODUCT_PACKAGES += \
|
|||
libcamxswispiqmodule \
|
||||
libcamxswprocessalgo \
|
||||
libcamxtintlessalgo \
|
||||
libcapiv2svacnn \
|
||||
libcapiv2svarnn \
|
||||
libcapiv2vop \
|
||||
libchilog \
|
||||
libcom.qti.chinodeutils \
|
||||
libjpege \
|
||||
|
@ -384,9 +381,6 @@ PRODUCT_PACKAGES += \
|
|||
libopencv \
|
||||
libopestriping \
|
||||
libremosaic_wrapper \
|
||||
libsns_device_mode_stub \
|
||||
libsns_fastRPC_util \
|
||||
libsns_low_lat_stream_stub \
|
||||
libswregistrationalgo \
|
||||
libundistort_impl \
|
||||
libvidhance \
|
||||
|
|
BIN
proprietary/vendor/lib/libcapiv2svacnn.so
vendored
BIN
proprietary/vendor/lib/libcapiv2svacnn.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libcapiv2svarnn.so
vendored
BIN
proprietary/vendor/lib/libcapiv2svarnn.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libcapiv2vop.so
vendored
BIN
proprietary/vendor/lib/libcapiv2vop.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libsns_device_mode_stub.so
vendored
BIN
proprietary/vendor/lib/libsns_device_mode_stub.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libsns_fastRPC_util.so
vendored
BIN
proprietary/vendor/lib/libsns_fastRPC_util.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libsns_low_lat_stream_stub.so
vendored
BIN
proprietary/vendor/lib/libsns_low_lat_stream_stub.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libcapiv2svacnn.so
vendored
BIN
proprietary/vendor/lib64/libcapiv2svacnn.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libcapiv2svarnn.so
vendored
BIN
proprietary/vendor/lib64/libcapiv2svarnn.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libcapiv2vop.so
vendored
BIN
proprietary/vendor/lib64/libcapiv2vop.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libsns_device_mode_stub.so
vendored
BIN
proprietary/vendor/lib64/libsns_device_mode_stub.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libsns_fastRPC_util.so
vendored
BIN
proprietary/vendor/lib64/libsns_fastRPC_util.so
vendored
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue