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

am: 6ed77be41d

Change-Id: I24b8c286fa94c6c27eb9e9fe67b0d38cd17f5544
This commit is contained in:
smain@google.com
2016-09-27 17:28:53 +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