This commit is contained in:
zb
2023-12-12 19:36:53 -05:00
parent 8bf26c5805
commit 59ebba0cc0
21 changed files with 45 additions and 54 deletions

View File

@@ -0,0 +1,8 @@
include build/make/target/board/generic_arm64_ab/BoardConfig.mk
include device/wephone/unihertz/board-base.mk
ifeq ($(BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE),)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
else
BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 33554432
endif