mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Move TARGET_EXCLUDES_AUDIOFX to common product makefile
* https://review.lineageos.org/q/topic:%22eleven-audiofx-exclude%22+(status:open%20OR%20status:merged) Change-Id: I584d506e5b65d9c161423ef303a40a450a2fbd8c Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
8656a64ffa
commit
99477ee519
2 changed files with 2 additions and 3 deletions
|
|
@ -24,9 +24,6 @@ TARGET_2ND_CPU_ABI2 := armeabi
|
|||
TARGET_2ND_CPU_VARIANT := generic
|
||||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
|
||||
|
||||
# Audio
|
||||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
|
||||
# Build system
|
||||
BUILD_BROKEN_DUP_RULES := true
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ PRODUCT_AAPT_CONFIG := normal
|
|||
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||
|
||||
# Audio
|
||||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/audio_policy_configuration.xml:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/29/etc/audio_policy_configuration.xml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue