commit | 45bf3d242467b41e1bc04d8c75a688b8948b67b1 | [log] [tgz] |
---|---|---|
author | Sriram Raman <sriramkraman@google.com> | Tue Jan 13 17:09:35 2009 -0800 |
committer | Sriram Raman <sriramkraman@google.com> | Tue Jan 13 17:09:35 2009 -0800 |
tree | 21c188da6bffd81ab69c66d43c220c8674693d60 | |
parent | 70b813ec57a5b4042a62e69cac5b77015f0110e4 [diff] |
Fix make dist to create img and other zip files on master.
diff --git a/core/main.mk b/core/main.mk index a921402..4aae9b5 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -608,10 +608,9 @@ .PHONY: droid tests droid tests: droidcore -#TODO: restore support for building OTA packages -# $(INTERNAL_OTA_PACKAGE_TARGET) \ $(call dist-for-goals, droid, \ $(INTERNAL_UPDATE_PACKAGE_TARGET) \ + $(INTERNAL_OTA_PACKAGE_TARGET) \ $(SYMBOLS_ZIP) \ $(APPS_ZIP) \ $(INTERNAL_EMULATOR_PACKAGE_TARGET) \