Spacewar: Import Richtap blobs
Use libaacvibrator from eqs, because ours isn't working on AOSP Change-Id: If4295efc5fd665d229bdba5757971b63ff5ef6ad
This commit is contained in:
27
Android.bp
27
Android.bp
@@ -13720,6 +13720,33 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libaidenoiser",
|
name: "libaidenoiser",
|
||||||
owner: "nothing",
|
owner: "nothing",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||||||
vendor/nothing/Spacewar
|
vendor/nothing/Spacewar
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
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/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/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 \
|
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_listener \
|
||||||
libQTEEConnector_vendor \
|
libQTEEConnector_vendor \
|
||||||
libSonyIMX471RmscLibrary \
|
libSonyIMX471RmscLibrary \
|
||||||
|
libaacvibrator \
|
||||||
libaidenoiser \
|
libaidenoiser \
|
||||||
libaidenoiserv2 \
|
libaidenoiserv2 \
|
||||||
libaoa \
|
libaoa \
|
||||||
|
|||||||
BIN
proprietary/odm/etc/aac_richtap.config
Normal file
BIN
proprietary/odm/etc/aac_richtap.config
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libaacvibrator.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libaacvibrator.so
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user