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

Commit b2e14e00 authored by Robert Ly's avatar Robert Ly
Browse files

update pdk docs build target

Change-Id: Ic7ecbc8cf582460112d63d365c0cfb824478fff1
parent c30a8eae
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -632,14 +632,6 @@ LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-pdk

include $(BUILD_DROIDDOC)

static_doc_index_redirect := $(out_dir)/index.html
$(static_doc_index_redirect): \
	$(LOCAL_PATH)/docs/docs-documentation-redirect.html | $(ACP)
	$(hide) mkdir -p $(dir $@)
	$(hide) $(ACP) $< $@

$(full_target): $(static_doc_index_redirect)
$(full_target): $(framework_built)

# ====  static html in the sdk ==================================
include $(CLEAR_VARS)