Spacewar: Import Richtap blobs

Use libaacvibrator from eqs, because ours isn't working on AOSP

Change-Id: If4295efc5fd665d229bdba5757971b63ff5ef6ad
This commit is contained in:
BrainKub
2025-01-28 10:54:04 +03:00
committed by Wiktor Rudzki
parent 91973eb5fd
commit 76fc3b9914
4 changed files with 29 additions and 0 deletions

View File

@@ -13720,6 +13720,33 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaacvibrator",
owner: "nothing",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libaacvibrator.so",
],
shared_libs: [
"liblog",
"libcutils",
"libutils",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libaidenoiser",
owner: "nothing",

View File

@@ -6,6 +6,7 @@ PRODUCT_SOONG_NAMESPACES += \
vendor/nothing/Spacewar
PRODUCT_COPY_FILES += \
vendor/nothing/Spacewar/proprietary/odm/etc/aac_richtap.config:$(TARGET_COPY_OUT_ODM)/etc/aac_richtap.config \
vendor/nothing/Spacewar/proprietary/product/etc/permissions/telephony_product_privapp-permissions-qti.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/telephony_product_privapp-permissions-qti.xml \
vendor/nothing/Spacewar/proprietary/system/etc/sysconfig/qti_whitelist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/qti_whitelist.xml \
vendor/nothing/Spacewar/proprietary/system_ext/etc/dpm/dpm.conf:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/dpm/dpm.conf \
@@ -936,6 +937,7 @@ PRODUCT_PACKAGES += \
libQTEEConnector_listener \
libQTEEConnector_vendor \
libSonyIMX471RmscLibrary \
libaacvibrator \
libaidenoiser \
libaidenoiserv2 \
libaoa \

Binary file not shown.

Binary file not shown.