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

Commit 6d0e0bdc authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

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

Merge "add source.properties file to the offline docs build which is required to get this in the SDK Manager" into nyc-dev
parents 02828bd6 2f2365de
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1108,7 +1108,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)


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