add source.properties file to the offline docs build which is required to get this in the SDK Manager am: 2f2365de4a am: 6ed77be41d

am: 6b860feb42

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

View File

@@ -1117,7 +1117,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