Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d32abed1 authored by smain@google.com's avatar smain@google.com Committed by android-build-merger
Browse files

add source.properties file to the offline docs build which is required to get...

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

Change-Id: I7a5261a043d803fdc0ac6b916708e0f743b31865
parents 49d903da 2f2365de
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1103,7 +1103,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)


docs/source.properties

0 → 100644
+3 −0
Original line number Diff line number Diff line
Pkg.Revision=24.0
Pkg.Desc=Android offline API reference
Pkg.Path=docs
 No newline at end of file