sm7125-common: remove OMX

* OMX HW video codecs are no longer used after enabling Codec2
 * OMX HW audio codecs won't work without QCOM A/V enhancements, which
   we don't have on Lineage.

Change-Id: I65852151c8fb6387add5fc4402ba3f13c97b5f64
This commit is contained in:
dianlujitao
2024-09-08 21:26:39 +08:00
committed by Simon1511
parent e739ede978
commit 750942fb7b
5 changed files with 0 additions and 43 deletions
-21
View File
@@ -1480,27 +1480,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libOmxBlackBar",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libOmxBlackBar.so"],
shared_libs: ["liblog", "libutils", "libcutils", "libOpenCL", "libion", "libQSEEComAPI", "libc++", "libc", "libm", "libdl", ],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libOmxBlackBar.so"],
shared_libs: ["liblog", "libutils", "libcutils", "libOpenCL", "libion", "libQSEEComAPI", "libc++", "libc", "libm", "libdl", ],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libOpenCL",
owner: "samsung",