diff options
| author | Christopher N. Hesse <raymanfx@gmail.com> | 2018-01-11 11:15:29 +0100 |
|---|---|---|
| committer | Christopher N. Hesse <raymanfx@gmail.com> | 2018-10-03 16:55:49 +0200 |
| commit | 3362d6169969e43d6898f864c62ef5f1713cb3e7 (patch) | |
| tree | 086aa44e6efd477e8e5cb42ed2c6b5446b42d790 | |
| parent | 4bdee7e9a7fba355936f2e96367cbafd4c124846 (diff) | |
taimen: Declare kernel defconfig
Change-Id: Iaecc1f0ee5c23359266fb0db12897b71b4536609
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | BoardConfigLineage.mk | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f0492cb..3712acc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,6 +14,9 @@ # limitations under the License. # +# Allow Lineage config to override others +-include device/google/taimen/BoardConfigLineage.mk + TARGET_BOOTLOADER_BOARD_NAME := taimen DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS := 0x0000008c diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk new file mode 100644 index 0000000..7f5778a --- /dev/null +++ b/BoardConfigLineage.mk @@ -0,0 +1 @@ +TARGET_KERNEL_CONFIG := lineageos_taimen_defconfig |
