Aaron Kling | fda4e1b | 2019-08-30 20:44:20 -0500 | [diff] [blame] | 1 | # Exclude AudioFX |
| 2 | TARGET_EXCLUDES_AUDIOFX := true |
| 3 | |
Luca Stefani | 5c60e4f | 2017-08-17 19:28:48 +0200 | [diff] [blame] | 4 | # Inherit full common Lineage stuff |
Dan Pasanen | 91f7620 | 2017-07-06 08:21:30 -0500 | [diff] [blame] | 5 | $(call inherit-product, vendor/lineage/config/common_full.mk) |
Aaron Kling | 99c8456 | 2017-03-12 22:52:47 -0500 | [diff] [blame] | 6 | |
Aaron Kling | 871f250 | 2019-05-09 21:25:24 -0500 | [diff] [blame] | 7 | # Inherit Lineage atv device tree |
| 8 | $(call inherit-product, device/lineage/atv/lineage_atv.mk) |
| 9 | |
Aaron Kling | 6674179 | 2018-06-19 12:10:10 -0500 | [diff] [blame] | 10 | PRODUCT_PACKAGES += \ |
| 11 | AppDrawer \ |
| 12 | LineageCustomizer |
Aaron Kling | 31aba3b | 2017-09-12 11:34:40 -0500 | [diff] [blame] | 13 | |
| 14 | DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/tv |