sdm660-common: switch to codecs c2

* taken from Xiaomi sm8150 common vendor trees
This commit is contained in:
SonicBSV
2025-06-09 02:44:28 +03:00
parent 981a59e970
commit a62cbd2149
24 changed files with 134 additions and 16 deletions
+24
View File
@@ -2699,6 +2699,30 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqcodec2",
owner: "asus",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/libqcodec2.so",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libqcodec2.so",
],
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libqti-perfd-client",
owner: "asus",