mirror of
https://github.com/Evolution-X-Devices/vendor_samsung_f62
synced 2026-01-27 15:09:58 +00:00
f62: Build audio HAL from source
Change-Id: Ibb1663f595567fca1e94bf8b2c877478c40e6a0b
This commit is contained in:
90
Android.bp
90
Android.bp
@@ -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",
|
||||
|
||||
@@ -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.
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