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:
@ -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
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