mirror of
https://github.com/Evolution-X-Devices/vendor_samsung_beyondx
synced 2026-01-27 08:46:50 +00:00
beyondx: Build audio HAL from source
Change-Id: I3db34e5dc449cd02025992dfa6ed67cd364d479d
This commit is contained in:
90
Android.bp
90
Android.bp
@@ -146,96 +146,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libswdap",
|
name: "libswdap",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
|
|||||||
@@ -81,11 +81,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libiu456_datapath_processor \
|
libiu456_datapath_processor \
|
||||||
sensors.bio \
|
sensors.bio \
|
||||||
sensors.sensorhub \
|
sensors.sensorhub \
|
||||||
libaudioeffectoffload \
|
|
||||||
audio.primary.exynos9820 \
|
|
||||||
lib_SamsungRec_07010 \
|
|
||||||
libaudioproxy \
|
|
||||||
librecordalive \
|
|
||||||
libswdap \
|
libswdap \
|
||||||
android.hardware.gnss@2.0-impl \
|
android.hardware.gnss@2.0-impl \
|
||||||
camera.exynos9820 \
|
camera.exynos9820 \
|
||||||
|
|||||||
Binary file not shown.
BIN
proprietary/vendor/lib/lib_SamsungRec_07010.so
vendored
BIN
proprietary/vendor/lib/lib_SamsungRec_07010.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libaudioproxy.so
vendored
BIN
proprietary/vendor/lib/libaudioproxy.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/librecordalive.so
vendored
BIN
proprietary/vendor/lib/librecordalive.so
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user