• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

device/generic/common


Commit MetaInfo

Revision9668827da362f3ab8dad9902ee77e255825bffa6 (tree)
Time2017-09-05 17:09:59
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Define variables for mksquashfsimage.sh

Now we use AOSP's mksquashfsimage.sh to create system.sfs.
It contains the squashfs directly.

Note this effectively disables read-write support of ntfs/vfat.

Change Summary

Incremental Difference

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -10,7 +10,10 @@ BOARD_HAVE_BLUETOOTH_LINUX := true
1010
1111 BOARD_USE_LEGACY_UI := true
1212
13-BOARD_SYSTEMIMAGE_PARTITION_SIZE = $(if $(MKSQUASHFS),0,1610612736)
13+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
14+BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := squashfs
15+BOARD_SYSTEMIMAGE_SQUASHFS_COMPRESSOR := gzip
16+#TARGET_USERIMAGES_SPARSE_SQUASHFS_DISABLED := true
1417
1518 # customize the malloced address to be 16-byte aligned
1619 BOARD_MALLOC_ALIGNMENT := 16