forked from openkylin/platform_build
Merge "Provide a syncsys target to build /system files"
am: d05c1fc6a2
Change-Id: I9dc9238763a33a99b42d99a2ea2346526bb735ce
This commit is contained in:
commit
9d4e7bcb9c
|
@ -1988,8 +1988,8 @@ $(warning Warning: with dexpreopt enabled, you may need a full rebuild.)
|
|||
endif
|
||||
endif
|
||||
|
||||
.PHONY: sync
|
||||
sync: $(INTERNAL_SYSTEMIMAGE_FILES)
|
||||
.PHONY: sync syncsys
|
||||
sync syncsys: $(INTERNAL_SYSTEMIMAGE_FILES)
|
||||
|
||||
#######
|
||||
## system tarball
|
||||
|
|
Loading…
Reference in New Issue