Add a convenient target for building a zip file of javadocs: $(LOCAL_MODULE)-docs.zip
Change-Id: I97fcc0d467f3b7582570b9be7e15acc0a5b550a5
This commit is contained in:
parent
48130ea9de
commit
36b89ff93f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue