Add a convenient target for building a zip file of javadocs: $(LOCAL_MODULE)-docs.zip

Change-Id: I97fcc0d467f3b7582570b9be7e15acc0a5b550a5
This commit is contained in:
Joe Onorato 2013-12-04 02:31:18 -08:00
parent 48130ea9de
commit 36b89ff93f

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