sm8350-common: Remove software OMX blobs
Default to C2 codecs from swcodec apex. Change-Id: I32f0b0abe680c1f350268115a3cc5488a2a57ec3
This commit is contained in:
parent
a410d27e01
commit
0721ab851c
12 changed files with 0 additions and 196 deletions
191
Android.bp
191
Android.bp
|
|
@ -373,80 +373,6 @@ cc_prebuilt_library_shared {
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libAlacSwDec",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libAlacSwDec.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libAlacSwDec.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "both",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libApeSwDec",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libApeSwDec.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libApeSwDec.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "both",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libC2D2",
|
name: "libC2D2",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|
@ -549,41 +475,6 @@ cc_prebuilt_library_shared {
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libMpeghSwEnc",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libMpeghSwEnc.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libMpeghSwEnc.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "both",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libOmxAacDec",
|
name: "libOmxAacDec",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|
@ -666,47 +557,6 @@ cc_prebuilt_library_shared {
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libOmxAlacDecSw",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libOmxAlacDecSw.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libutils",
|
|
||||||
"liblog",
|
|
||||||
"libcutils",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libOmxAlacDecSw.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libutils",
|
|
||||||
"liblog",
|
|
||||||
"libcutils",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "both",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libOmxAmrwbplusDec",
|
name: "libOmxAmrwbplusDec",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|
@ -789,47 +639,6 @@ cc_prebuilt_library_shared {
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libOmxApeDecSw",
|
|
||||||
owner: "xiaomi",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libOmxApeDecSw.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libutils",
|
|
||||||
"liblog",
|
|
||||||
"libcutils",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libOmxApeDecSw.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libutils",
|
|
||||||
"liblog",
|
|
||||||
"libcutils",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "both",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libOmxEvrcDec",
|
name: "libOmxEvrcDec",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|
|
||||||
BIN
proprietary/vendor/lib/libAlacSwDec.so
vendored
BIN
proprietary/vendor/lib/libAlacSwDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libApeSwDec.so
vendored
BIN
proprietary/vendor/lib/libApeSwDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libMpeghSwEnc.so
vendored
BIN
proprietary/vendor/lib/libMpeghSwEnc.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxAlacDecSw.so
vendored
BIN
proprietary/vendor/lib/libOmxAlacDecSw.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libOmxApeDecSw.so
vendored
BIN
proprietary/vendor/lib/libOmxApeDecSw.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libAlacSwDec.so
vendored
BIN
proprietary/vendor/lib64/libAlacSwDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libApeSwDec.so
vendored
BIN
proprietary/vendor/lib64/libApeSwDec.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libMpeghSwEnc.so
vendored
BIN
proprietary/vendor/lib64/libMpeghSwEnc.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libOmxAlacDecSw.so
vendored
BIN
proprietary/vendor/lib64/libOmxAlacDecSw.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libOmxApeDecSw.so
vendored
BIN
proprietary/vendor/lib64/libOmxApeDecSw.so
vendored
Binary file not shown.
|
|
@ -148,17 +148,12 @@ PRODUCT_PACKAGES += \
|
||||||
libq3dtools_adreno \
|
libq3dtools_adreno \
|
||||||
libq3dtools_esx \
|
libq3dtools_esx \
|
||||||
vulkan.adreno \
|
vulkan.adreno \
|
||||||
libAlacSwDec \
|
|
||||||
libApeSwDec \
|
|
||||||
libC2D2 \
|
libC2D2 \
|
||||||
libCB \
|
libCB \
|
||||||
libMpeghSwEnc \
|
|
||||||
libOmxAacDec \
|
libOmxAacDec \
|
||||||
libOmxAlacDec \
|
libOmxAlacDec \
|
||||||
libOmxAlacDecSw \
|
|
||||||
libOmxAmrwbplusDec \
|
libOmxAmrwbplusDec \
|
||||||
libOmxApeDec \
|
libOmxApeDec \
|
||||||
libOmxApeDecSw \
|
|
||||||
libOmxEvrcDec \
|
libOmxEvrcDec \
|
||||||
libOmxG711Dec \
|
libOmxG711Dec \
|
||||||
libOmxMpeghEncSw \
|
libOmxMpeghEncSw \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue