peridot: Out out of source built audio, agm and arpal

Change-Id: Ibb0b046ddfc457223bbf735b893b03a2f47c1007
This commit is contained in:
AdarshGrewal
2025-08-16 01:01:09 +05:30
parent e820d2fcec
commit f588905f47
4 changed files with 119 additions and 40 deletions

View File

@@ -43,44 +43,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.qti.hardware.AGMIPC@1.0-impl",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/vendor.qti.hardware.AGMIPC@1.0-impl.so",
],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.qti.hardware.pal@1.0-impl",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/vendor.qti.hardware.pal@1.0-impl.so",
],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
prebuilt_apex {
name: "com.google.android.widevine.nonupdatable",
owner: "xiaomi",
@@ -718,6 +680,24 @@ prebuilt_etc_xml {
soc_specific: true,
}
prebuilt_etc_xml {
name: "manifest_non_qmaa.xml",
owner: "xiaomi",
src: "proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
}
prebuilt_etc_xml {
name: "manifest_non_qmaa_extn.xml",
owner: "xiaomi",
src: "proprietary/vendor/etc/vintf/manifest/manifest_non_qmaa_extn.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
}
prebuilt_etc_xml {
name: "mwqem-saidl.xml",
owner: "xiaomi",