summaryrefslogtreecommitdiff
path: root/BoardConfigAicp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfigAicp.mk')
-rw-r--r--BoardConfigAicp.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/BoardConfigAicp.mk b/BoardConfigAicp.mk
new file mode 100644
index 0000000..6e9036d
--- /dev/null
+++ b/BoardConfigAicp.mk
@@ -0,0 +1,14 @@
+# Common board config for crosshatch, blueline
+
+BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --set_hashtree_disabled_flag
+BOARD_AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 2
+
+BOARD_KERNEL_IMAGE_NAME := Image.lz4-dtb
+TARGET_COMPILE_WITH_MSM_KERNEL := true
+TARGET_KERNEL_ARCH := arm64
+TARGET_KERNEL_CLANG_COMPILE := true
+TARGET_KERNEL_CONFIG := lineageos_crosshatch_defconfig
+TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-
+TARGET_KERNEL_SOURCE := kernel/google/crosshatch
+
+-include vendor/google/crosshatch/BoardConfigVendor.mk