summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2012-04-16 10:13:59 -0700
committerBrett Chabot <brettchabot@android.com>2012-04-16 18:23:19 -0700
commit571db3203c0d47f0b612f194ecfb5bef9d2c09c6 (patch)
tree08cd61ee9953eb258b7a690b071da397f3e3eaa4 /Android.mk
parent70544533aec6b318ff1687c9eec0cb9e86ce1b1a (diff)
downloadframeworks_base-571db3203c0d47f0b612f194ecfb5bef9d2c09c6.zip
frameworks_base-571db3203c0d47f0b612f194ecfb5bef9d2c09c6.tar.gz
frameworks_base-571db3203c0d47f0b612f194ecfb5bef9d2c09c6.tar.bz2
Build junit API docs from external/junit.
Bug 5826326 Change-Id: I67d18cacf0c4e908ec41dbed483314ece8b72ceb
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index ab06058..3b2d32d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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 := \