am 1ae98804
: Change where makefile looks for sdk_clean.sh
Merge commit '1ae988040777f88f766fc421af79a61175e917af' into eclair * commit '1ae988040777f88f766fc421af79a61175e917af': Change where makefile looks for sdk_clean.sh
This commit is contained in:
commit
258b2b4504
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,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 )
|
||||
|
|
Loading…
Reference in a new issue