summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author George Mount <mount@google.com> 2015-07-16 14:56:05 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-07-16 14:56:05 +0000
commita38c00048e5f90e90dbad115d280f7e8a2dffe18 (patch)
tree79744b327ee5c2277aa975e427200f70e0a6dc95
parente31dad2bdef4ac4e285a3239dbff3a234bc08e8f (diff)
parentbf6430a0f3545ed73c33c77d7b1c4c1791e65bf3 (diff)
am bf6430a0: am 3d520403: am 30c8245a: Merge "Add data binding to built javadoc." into mnc-dev
* commit 'bf6430a0f3545ed73c33c77d7b1c4c1791e65bf3': 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 := \