Disable AudioFX on atv

The interface is not usable on atv

Change-Id: Ibe2c33e5528b593ae338a62cee62e6fe9cfe47ad
This commit is contained in:
Aaron Kling 2019-08-30 20:44:20 -05:00 committed by Bruno Martins
parent 0eba72af4d
commit fda4e1ba57
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Exclude AudioFX
TARGET_EXCLUDES_AUDIOFX := true
# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full.mk)

View File

@ -1,2 +1,5 @@
# Exclude AudioFX
TARGET_EXCLUDES_AUDIOFX := true
# Inherit mini common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mini.mk)