• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/x86_64


Commit MetaInfo

Révision506952733fdebb5a2ef086b519ceebe86a95ae31 (tree)
l'heure2017-02-28 04:36:52
AuteurKeun-young Park <keunyoung@goog...>
CommiterKeun-young Park

Message de Log

increase emulator system image size

- build broken due to increased binary sizes

bug: 35719262
Test: build

Change-Id: I2de7c9f93487660040683c887358de4a95cb35d0

Change Summary

Modification

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -30,7 +30,7 @@ BOARD_USE_LEGACY_UI := true
3030
3131 # PDK does not use ext4 image, but it is added here to prevent build break.
3232 TARGET_USERIMAGES_USE_EXT4 := true
33-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
33+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648
3434 BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
3535 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
3636 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4