From 1ae988040777f88f766fc421af79a61175e917af Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 17 Nov 2009 15:10:41 -0800 Subject: [PATCH] Change where makefile looks for sdk_clean.sh --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index e70474809d..63c7d1aabe 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1197,7 +1197,7 @@ $(INTERNAL_SDK_TARGET): $(deps) $(PRIVATE_DIR)/platforms/android-$(PLATFORM_VERSION)/images/NOTICE.txt && \ cp -f $(tools_notice_file_txt) $(PRIVATE_DIR)/tools/NOTICE.txt && \ HOST_OUT_EXECUTABLES=$(HOST_OUT_EXECUTABLES) HOST_OS=$(HOST_OS) \ - development/tools/scripts/sdk_clean.sh $(PRIVATE_DIR) && \ + development/build/tools/sdk_clean.sh $(PRIVATE_DIR) && \ chmod -R ug+rwX $(PRIVATE_DIR) && \ cd $(dir $@) && zip -rq $(notdir $@) $(PRIVATE_NAME) \ ) || ( rm -rf $(PRIVATE_DIR) $@ && exit 44 )