beyondx: Build audio HAL from source

Change-Id: I3db34e5dc449cd02025992dfa6ed67cd364d479d
This commit is contained in:
Tim Zimmermann
2023-10-22 09:11:25 +02:00
parent 72c6a5c693
commit 9cc26f4c6f
8 changed files with 0 additions and 95 deletions

View File

@@ -146,96 +146,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.exynos9820",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/hw/audio.primary.exynos9820.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: "libswdap",
owner: "samsung",

View File

@@ -81,11 +81,6 @@ PRODUCT_PACKAGES += \
libiu456_datapath_processor \
sensors.bio \
sensors.sensorhub \
libaudioeffectoffload \
audio.primary.exynos9820 \
lib_SamsungRec_07010 \
libaudioproxy \
librecordalive \
libswdap \
android.hardware.gnss@2.0-impl \
camera.exynos9820 \

Binary file not shown.

Binary file not shown.

Binary file not shown.