f62: Build audio HAL from source

Change-Id: Ibb1663f595567fca1e94bf8b2c877478c40e6a0b
This commit is contained in:
Tim Zimmermann
2023-10-22 09:11:35 +02:00
parent 712ae12587
commit f7208602e7
8 changed files with 0 additions and 95 deletions

View File

@@ -86,96 +86,6 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaudioeffectoffload",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/soundfx/libaudioeffectoffload.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/soundfx/libaudioeffectoffload.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
relative_install_path: "soundfx",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "audio.primary.exynos9825",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/hw/audio.primary.exynos9825.so"],
},
},
compile_multilib: "32",
check_elf_files: false,
relative_install_path: "hw",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "lib_SamsungRec_07010",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/lib_SamsungRec_07010.so"],
},
},
compile_multilib: "32",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaudioproxy",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libaudioproxy.so"],
},
},
compile_multilib: "32",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "librecordalive",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/librecordalive.so"],
},
},
compile_multilib: "32",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libspatializerparamstorage",
owner: "samsung",

View File

@@ -74,11 +74,6 @@ PRODUCT_PACKAGES += \
libbauthserver \
libbauthtzcommon \
sensors.sensorhub \
libaudioeffectoffload \
audio.primary.exynos9825 \
lib_SamsungRec_07010 \
libaudioproxy \
librecordalive \
libspatializerparamstorage \
libswdap \
android.hardware.gnss@2.1-impl \

Binary file not shown.

Binary file not shown.

Binary file not shown.