summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2024-04-23 02:13:34 +0000
committerAndroid Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com>2024-04-23 02:13:34 +0000
commit9e2ee85e759667e6c4671445e5bfdaa038e30dae (patch)
tree7346c9c7c28a16a48bfd60643fb9244bcaa38325
parent74640f99231132d45339f0d92a49728f421e9b81 (diff)
downloadarmv7-a-neon-9e2ee85e759667e6c4671445e5bfdaa038e30dae.tar.gz
Build audio_effects.xml with Soong
Bug: 335369205 Test: build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e8285a8dc3df913b35b455a9b4f24f8543fd5169) Merged-In: Ibedf3c00be6b693b6fe85b910a0d596a39a39fc5 Change-Id: Ibedf3c00be6b693b6fe85b910a0d596a39a39fc5
-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 \