Nolen Johnson | 1474aeb | 2020-03-01 14:31:48 -0500 | [diff] [blame^] | 1 | # APEX |
| 2 | ifneq ($(filter RELEASE NIGHTLY SNAPSHOT EXPERIMENTAL,$(LINEAGE_BUILDTYPE)),) |
| 3 | TARGET_FLATTEN_APEX := true |
| 4 | endif |
| 5 | |
Steve Kondik | 7595620 | 2016-08-07 23:21:29 -0700 | [diff] [blame] | 6 | # Charger |
codeworkx | 9f22e53 | 2018-01-06 11:59:30 +0100 | [diff] [blame] | 7 | ifeq ($(WITH_LINEAGE_CHARGER),true) |
Luca Stefani | 5c60e4f | 2017-08-17 19:28:48 +0200 | [diff] [blame] | 8 | BOARD_HAL_STATIC_LIBRARIES := libhealthd.lineage |
Steve Kondik | 7595620 | 2016-08-07 23:21:29 -0700 | [diff] [blame] | 9 | endif |
Michael Bestas | 1fb7662 | 2018-03-21 18:29:45 +0200 | [diff] [blame] | 10 | |
Rashed Abdel-Tawab | a836d79 | 2018-09-20 15:19:57 -0700 | [diff] [blame] | 11 | include vendor/lineage/config/BoardConfigKernel.mk |
| 12 | |
Rashed Abdel-Tawab | b8ac142 | 2018-08-25 11:10:25 -0700 | [diff] [blame] | 13 | ifeq ($(BOARD_USES_QCOM_HARDWARE),true) |
| 14 | include vendor/lineage/config/BoardConfigQcom.mk |
Michael Bestas | 1fb7662 | 2018-03-21 18:29:45 +0200 | [diff] [blame] | 15 | endif |
Rashed Abdel-Tawab | 9fa7e80 | 2018-09-18 21:53:24 -0700 | [diff] [blame] | 16 | |
| 17 | include vendor/lineage/config/BoardConfigSoong.mk |