am 36b89ff9: Add a convenient target for building a zip file of javadocs: -docs.zip

* commit '36b89ff93fe1fe55351564c258023255d70b6378':
  Add a convenient target for building a zip file of javadocs: $(LOCAL_MODULE)-docs.zip
This commit is contained in:
Joe Onorato 2013-12-04 09:43:06 -08:00 committed by Android Git Automerger
commit 0df5e7b365
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ $(out_zip): $(full_target)
@mkdir -p $(dir $@)
$(hide) ( F=$$(pwd)/$@ ; cd $(PRIVATE_DOCS_DIR) && zip -rq $$F * )
$(LOCAL_MODULE)-docs.zip : $(out_zip)
$(call dist-for-goals,docs,$(out_zip))
endif