aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target/board/generic_x86_64_ab/BoardConfig.mk')
-rw-r--r--target/board/generic_x86_64_ab/BoardConfig.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/board/generic_x86_64_ab/BoardConfig.mk b/target/board/generic_x86_64_ab/BoardConfig.mk
index 09ce95d67..1dd5e4898 100644
--- a/target/board/generic_x86_64_ab/BoardConfig.mk
+++ b/target/board/generic_x86_64_ab/BoardConfig.mk
@@ -23,12 +23,3 @@ TARGET_ARCH_VARIANT := x86_64
23TARGET_2ND_CPU_ABI := x86 23TARGET_2ND_CPU_ABI := x86
24TARGET_2ND_ARCH := x86 24TARGET_2ND_ARCH := x86
25TARGET_2ND_ARCH_VARIANT := x86_64 25TARGET_2ND_ARCH_VARIANT := x86_64
26
27# Enable System-as-Root
28TARGET_NO_RECOVERY := true
29BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
30
31# Set this to create /cache mount point for non-A/B devices that mounts /cache.
32# The partition size doesn't matter, just to make build pass.
33BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
34BOARD_CACHEIMAGE_PARTITION_SIZE := 16777216