add source.properties file to the offline docs build which is required to get this in the SDK Manager

am: 2f2365de4a

Change-Id: I15b5ea8a37ec7c718d23db14baed6c8ffb0af13c
This commit is contained in:
smain@google.com
2016-09-27 17:23:54 +00:00
committed by android-build-merger
2 changed files with 10 additions and 0 deletions

View File

@ -1115,7 +1115,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)

3
docs/source.properties Normal file
View File

@ -0,0 +1,3 @@
Pkg.Revision=24.0
Pkg.Desc=Android offline API reference
Pkg.Path=docs