Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a04f8be8 authored by Michael Bestas's avatar Michael Bestas
Browse files

build: Include AudioPackage14.mk instead of AllAudio.mk

* AllAudio.mk doesn't contain latest material files and also
  contains multiple duplicate files. Just copy the latest
  material ones and we'll include the older files in vendor/lineage

Change-Id: I7afdd9b94cc8148fa4ca58fe28310215aed8d27b
parent ca07b9e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ PRODUCT_PACKAGES += \
PRODUCT_LOCALES := en_US

# Get some sounds
$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage14.mk)

# Get a list of languages.
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)