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

Commit 571db320 authored by Brett Chabot's avatar Brett Chabot
Browse files

Build junit API docs from external/junit.

Bug 5826326

Change-Id: I67d18cacf0c4e908ec41dbed483314ece8b72ceb
parent 70544533
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -329,7 +329,10 @@ fwbase_dirs_to_document := \
	 )

# include definition of libcore_to_document
include $(LOCAL_PATH)/../../libcore/Docs.mk
include libcore/Docs.mk

# include definition of junit_to_document
include external/junit/Common.mk

non_base_dirs := \
	../../external/apache-http/src/org/apache/http
@@ -353,7 +356,8 @@ html_dirs := \
# Common sources for doc check and api check
common_src_files := \
	$(call find-other-html-files, $(html_dirs)) \
	$(addprefix ../../libcore/, $(call libcore_to_document, $(LOCAL_PATH)/../../libcore))
	$(addprefix ../../libcore/, $(call libcore_to_document, $(LOCAL_PATH)/../../libcore)) \
	$(addprefix ../../external/junit/, $(call junit_to_document, $(LOCAL_PATH)/../../external/junit))

# These are relative to frameworks/base
framework_docs_LOCAL_SRC_FILES := \