forked from openkylin/platform_build
Change aosp_arm_(a|ab) to 768MB
Bug: 64733959 Bug: 66880884 Test: Build pass with these 2 projects Change-Id: Ic8dc39d861b7fe80bd805e0d73e2b5438f98a31b
This commit is contained in:
parent
1fbc7fe671
commit
98ef408b83
|
@ -17,7 +17,7 @@
|
|||
include build/make/target/board/treble_common_32.mk
|
||||
|
||||
# Overwrite the setting in treble_common_32.mk for non-A/B arm GSI
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 950009856
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB
|
||||
|
||||
TARGET_ARCH := arm
|
||||
TARGET_ARCH_VARIANT := armv7-a-neon
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
include build/make/target/board/treble_common_32.mk
|
||||
|
||||
# Overwrite the setting in treble_common_32.mk for non-A/B arm GSI
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 805306368 # 768MB
|
||||
|
||||
TARGET_ARCH := arm
|
||||
TARGET_ARCH_VARIANT := armv7-a-neon
|
||||
TARGET_CPU_ABI := armeabi-v7a
|
||||
|
|
Loading…
Reference in New Issue