Skip to content
Snippets Groups Projects
Commit 2f2365de authored by smain@google.com's avatar smain@google.com
Browse files

add source.properties file to the offline docs build

which is required to get this in the SDK Manager

Change-Id: If53cdedcb8f5910fe37add44168348c9fd14d0cb
parent 011172a7
No related branches found
No related tags found
No related merge requests found
......@@ -1108,7 +1108,14 @@ $(static_doc_index_redirect): \
$(hide) mkdir -p $(dir $@)
$(hide) $(ACP) $< $@
static_doc_properties := $(out_dir)/source.properties
$(static_doc_properties): \
$(LOCAL_PATH)/docs/source.properties | $(ACP)
$(hide) mkdir -p $(dir $@)
$(hide) $(ACP) $< $@
$(full_target): $(static_doc_index_redirect)
$(full_target): $(static_doc_properties)
$(full_target): $(framework_built)
......
Pkg.Revision=24.0
Pkg.Desc=Android offline API reference
Pkg.Path=docs
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment