Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98ef408b authored by SzuWei Lin's avatar SzuWei Lin
Browse files

Change aosp_arm_(a|ab) to 768MB

Bug: 64733959
Bug: 66880884
Test: Build pass with these 2 projects
Change-Id: Ic8dc39d861b7fe80bd805e0d73e2b5438f98a31b
parent 1fbc7fe6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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