summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author George Mount <mount@google.com> 2015-07-16 14:42:25 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-07-16 14:42:25 +0000
commitbf6430a0f3545ed73c33c77d7b1c4c1791e65bf3 (patch)
treedf9dd4305640dcbdcca8a8d01ff342d2273f5433
parente40369476de9d61d36ebf5d743b66b09e0bfb24c (diff)
parent3d52040359721934231e0e89d45b3bd4179db475 (diff)
am 3d520403: am 30c8245a: Merge "Add data binding to built javadoc." into mnc-dev
* commit '3d52040359721934231e0e89d45b3bd4179db475': Add data binding to built javadoc.
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ccbd9c91c158..a7a2ecb6c6ce 100644
--- a/Android.mk
+++ b/Android.mk
@@ -668,7 +668,8 @@ dirs_to_check_apis := \
# FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk
dirs_to_document := \
$(dirs_to_check_apis) \
- $(addprefix ../../, $(FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS))
+ $(addprefix ../../, $(FRAMEWORKS_DATA_BINDING_JAVA_SRC_DIRS)) \
+ $(addprefix ../../, $(FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS)) \
# These are relative to frameworks/base
html_dirs := \