add source.properties file to the offline docs build which is required to get this in the SDK Manager am: 2f2365de4a
am: d32abed1af
Change-Id: I9d6f6f9ce302b3c87d7aac19e6e97cd8a0024f98
This commit is contained in:
@@ -1112,7 +1112,14 @@ static_doc_index_redirect := $(out_dir)/index.html
|
||||
$(static_doc_index_redirect): $(LOCAL_PATH)/docs/docs-documentation-redirect.html
|
||||
$(copy-file-to-target)
|
||||
|
||||
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
3
docs/source.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
Pkg.Revision=24.0
|
||||
Pkg.Desc=Android offline API reference
|
||||
Pkg.Path=docs
|
||||
Reference in New Issue
Block a user