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) \