Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0df5e7b3 authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

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

* commit '36b89ff9':
  Add a convenient target for building a zip file of javadocs: $(LOCAL_MODULE)-docs.zip
parents c58cdd36 36b89ff9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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