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

Commit a056abf5 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
am: d32abed1

Change-Id: I9d6f6f9ce302b3c87d7aac19e6e97cd8a0024f98
parents 19b45e16 d32abed1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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)


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