Aerodactyl: add richtap blobs
Change-Id: I57256fc5bdf7d75d1acaaa940f4e6f15168c84cd
This commit is contained in:
@@ -49,6 +49,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/nothing/Aerodactyl/proprietary/vendor/etc/AudioLog_dynamic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/AudioLog_dynamic.xml \
|
vendor/nothing/Aerodactyl/proprietary/vendor/etc/AudioLog_dynamic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/AudioLog_dynamic.xml \
|
||||||
vendor/nothing/Aerodactyl/proprietary/vendor/etc/MNL_Config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/MNL_Config.xml \
|
vendor/nothing/Aerodactyl/proprietary/vendor/etc/MNL_Config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/MNL_Config.xml \
|
||||||
vendor/nothing/Aerodactyl/proprietary/vendor/etc/VideoLog_dynamic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/VideoLog_dynamic.xml \
|
vendor/nothing/Aerodactyl/proprietary/vendor/etc/VideoLog_dynamic.xml:$(TARGET_COPY_OUT_VENDOR)/etc/VideoLog_dynamic.xml \
|
||||||
|
vendor/nothing/Aerodactyl/proprietary/vendor/etc/aac_richtap.config:$(TARGET_COPY_OUT_VENDOR)/etc/aac_richtap.config \
|
||||||
vendor/nothing/Aerodactyl/proprietary/vendor/etc/apdb/APDB_MT6886___W2439:$(TARGET_COPY_OUT_VENDOR)/etc/apdb/APDB_MT6886___W2439 \
|
vendor/nothing/Aerodactyl/proprietary/vendor/etc/apdb/APDB_MT6886___W2439:$(TARGET_COPY_OUT_VENDOR)/etc/apdb/APDB_MT6886___W2439 \
|
||||||
vendor/nothing/Aerodactyl/proprietary/vendor/etc/apdb/APDB_MT6886___W2439_ENUM:$(TARGET_COPY_OUT_VENDOR)/etc/apdb/APDB_MT6886___W2439_ENUM \
|
vendor/nothing/Aerodactyl/proprietary/vendor/etc/apdb/APDB_MT6886___W2439_ENUM:$(TARGET_COPY_OUT_VENDOR)/etc/apdb/APDB_MT6886___W2439_ENUM \
|
||||||
vendor/nothing/Aerodactyl/proprietary/vendor/etc/audio_device.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_device.xml \
|
vendor/nothing/Aerodactyl/proprietary/vendor/etc/audio_device.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_device.xml \
|
||||||
@@ -494,6 +495,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libaaa_aaautil \
|
libaaa_aaautil \
|
||||||
libaaa_afassist_V2 \
|
libaaa_afassist_V2 \
|
||||||
libaaa_gma \
|
libaaa_gma \
|
||||||
|
libaacvibrator \
|
||||||
libaal_key \
|
libaal_key \
|
||||||
libaal_mtk \
|
libaal_mtk \
|
||||||
libadpcmdec_mtk \
|
libadpcmdec_mtk \
|
||||||
|
|||||||
+27
@@ -2318,6 +2318,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: "libaal_key",
|
name: "libaal_key",
|
||||||
owner: "nothing",
|
owner: "nothing",
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user