Move AudioPackage14.mk inclusion to vendor/minus

Not all devices inherit these makefiles, which results in missing files

Change-Id: Icd257d47230308db8f1c87b3b7df588a100b635e
Signed-off-by: RITEFANG <1721985272@qq.com>
This commit is contained in:
RITEFANG
2024-10-04 13:38:15 +08:00
committed by SkyMinus
parent f040245dd2
commit 4c6cd96697
2 changed files with 0 additions and 4 deletions

View File

@@ -21,8 +21,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_product.mk)
# Default AOSP sounds
ifeq ($(MINUS_BUILD),)
$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
else
$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage14.mk)
endif
# Additional settings used in all AOSP builds