From 6942cfff6c694865fa27fba50ea91bfd62f218bb Mon Sep 17 00:00:00 2001 From: Dave Bort Date: Tue, 18 Nov 2008 17:11:45 -0800 Subject: [PATCH] Fix "make dist" Remove a dependency on the OTA package for now. --- core/main.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index 159b19af26..9f2c5952fe 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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) \