Merge "Change aosp_arm_(a|ab) to 768MB" into oc-mr1-dev
am: cb71f5706e
Change-Id: I6db46408beb60356cedc6c8d757201d195e7d4bd
This commit is contained in:
commit
3f3e31a185
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
include build/make/target/board/treble_common_32.mk
|
include build/make/target/board/treble_common_32.mk
|
||||||
|
|
||||||
# Overwrite the setting in treble_common_32.mk for non-A/B arm GSI
|
# 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 := arm
|
||||||
TARGET_ARCH_VARIANT := armv7-a-neon
|
TARGET_ARCH_VARIANT := armv7-a-neon
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
|
|
||||||
include build/make/target/board/treble_common_32.mk
|
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 := arm
|
||||||
TARGET_ARCH_VARIANT := armv7-a-neon
|
TARGET_ARCH_VARIANT := armv7-a-neon
|
||||||
TARGET_CPU_ABI := armeabi-v7a
|
TARGET_CPU_ABI := armeabi-v7a
|
||||||
|
|
Loading…
Reference in a new issue