Fix "make dist"

Remove a dependency on the OTA package for now.
This commit is contained in:
Dave Bort 2008-11-18 17:11:45 -08:00
parent 7572f52897
commit 6942cfff6c
1 changed files with 2 additions and 1 deletions

View File

@ -578,9 +578,10 @@ droidcore: report_config files \
.PHONY: droid user userdebug tests
droid user userdebug tests: droidcore
#TODO: restore support for building OTA packages
# $(INTERNAL_OTA_PACKAGE_TARGET) \
$(call dist-for-goals,user userdebug droid, \
$(INTERNAL_UPDATE_PACKAGE_TARGET) \
$(INTERNAL_OTA_PACKAGE_TARGET) \
$(SYMBOLS_ZIP) \
$(APPS_ZIP) \
$(HOST_OUT_EXECUTABLES)/adb$(HOST_EXECUTABLE_SUFFIX) \