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

Commit 3eeee369 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: 6ed77be4
am: 6b860feb

Change-Id: Ie557857bf37b9c79d827ac0521cc2fec08e9469f
parents cbf30735 6b860feb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1117,7 +1117,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