• 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

Revision39ba189bf0d5141482a0908ebad814dcdd261e4e (tree)
Time2017-09-15 19:09:42
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

build: add rules to build system.sfs

Change Summary

Incremental Difference

--- /dev/null
+++ b/build/tasks/system.mk
@@ -0,0 +1,4 @@
1+ifneq ($(MKSQUASHFS),)
2+$(PRODUCT_OUT)/system.sfs: $(BUILT_SYSTEMIMAGE) | $(SIMG2IMG)
3+ $(hide) $(SIMG2IMG) $< $@
4+endif