summaryrefslogtreecommitdiff
path: root/crosshatch
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2018-11-26 23:36:11 -0800
committerEthan Chen <intervigil@gmail.com>2018-12-05 20:30:17 -0800
commit2a228050e836c9feadac127b0bbae7207d9ee561 (patch)
tree2ae9e0a08e6c93f5ff5fee87158d220c20d3f69b /crosshatch
parentacbeb93dd9eb38397c758661ca5aa039ba0a833b (diff)
crosshatch: Initial Lineage bringup
Change-Id: Ic4b0b00cf511112839a8d25e095cd0a849eca26b
Diffstat (limited to 'crosshatch')
-rw-r--r--crosshatch/BoardConfig.mk3
-rw-r--r--crosshatch/BoardConfigLineage.mk2
2 files changed, 5 insertions, 0 deletions
diff --git a/crosshatch/BoardConfig.mk b/crosshatch/BoardConfig.mk
index b1d8aa1..546f1cd 100644
--- a/crosshatch/BoardConfig.mk
+++ b/crosshatch/BoardConfig.mk
@@ -14,6 +14,9 @@
# limitations under the License.
#
+# Allow Lineage config to override others
+-include device/google/crosshatch/crosshatch/BoardConfigLineage.mk
+
TARGET_BOOTLOADER_BOARD_NAME := crosshatch
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165
diff --git a/crosshatch/BoardConfigLineage.mk b/crosshatch/BoardConfigLineage.mk
new file mode 100644
index 0000000..9465779
--- /dev/null
+++ b/crosshatch/BoardConfigLineage.mk
@@ -0,0 +1,2 @@
+# Boardconfig for lineage_crosshatch
+-include device/google/crosshatch/BoardConfigLineage.mk