summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2024-04-26 01:08:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-26 01:08:25 +0000
commit2fc8ec8c8e6414a9c3128a6ce9b251ede892d477 (patch)
tree7346c9c7c28a16a48bfd60643fb9244bcaa38325
parent74640f99231132d45339f0d92a49728f421e9b81 (diff)
parent9e2ee85e759667e6c4671445e5bfdaa038e30dae (diff)
downloadarmv7-a-neon-main.tar.gz
Merge "Build audio_effects.xml with Soong" into mainHEADmastermain
-rw-r--r--mini_common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mini_common.mk b/mini_common.mk
index 3968b42..2ee5b56 100644
--- a/mini_common.mk
+++ b/mini_common.mk
@@ -67,8 +67,9 @@ PRODUCT_PACKAGES += \
# be included in platform.zip
PRODUCT_PACKAGES += camera.goldfish.jpeg
+PRODUCT_PACKAGES += framework-audio_effects.xml
+
PRODUCT_COPY_FILES += \
- frameworks/av/media/libeffects/data/audio_effects.xml:system/etc/audio_effects.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \