commit | 30e061b6a5553b41a18079d2809e7df7358e72be | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Nov 12 13:36:46 2018 +0000 |
committer | Anton Hansson <hansson@google.com> | Mon Nov 12 13:46:05 2018 +0000 |
tree | 912fa4f1a0f5084b7b6755bfa8480eda04b6fbab | |
parent | a9ce0ce07a87cc24389ddf6dec1279bc1996ed81 [diff] [blame] |
Provide a syncsys target to build /system files Builds just the files on /system, but not system.img. Like sync, but just for /system. Test: m syncsys Change-Id: Ic5fc60d79d20315a5aca031dff5e2394e58d6b1c
diff --git a/core/Makefile b/core/Makefile index 2b602b8..c2d186f 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -1988,8 +1988,8 @@ endif endif -.PHONY: sync -sync: $(INTERNAL_SYSTEMIMAGE_FILES) +.PHONY: sync syncsys +sync syncsys: $(INTERNAL_SYSTEMIMAGE_FILES) ####### ## system tarball