summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2015-07-13 16:44:44 -0700
committerGeorge Mount <mount@google.com>2015-07-20 16:48:58 -0700
commita58413554455248dcaea3ad1c022316c1e3288e7 (patch)
treeb48ed4c73bdb3f7ed1eb3993d2d02a8139300c63
parentaee6585c3237b11f33b83e9dd96d93449e3e2259 (diff)
downloadbuild-a58413554455248dcaea3ad1c022316c1e3288e7.zip
build-a58413554455248dcaea3ad1c022316c1e3288e7.tar.gz
build-a58413554455248dcaea3ad1c022316c1e3288e7.tar.bz2
DO NOT MERGE ANYWHERE. Add data binding to built javadoc.
Bug 22175560 Change-Id: I979bcac5131270c679b6f1867c3211096696a86a
-rw-r--r--core/pathmap.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk
index ce33ee2..8d5e5c4 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -141,3 +141,18 @@ FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
android-support-multidex \
android-support-multidex-instrumentation
+#
+# A list of all documented source roots under frameworks/data-binding.
+#
+FRAMEWORKS_DATA_BINDING_SUBDIRS := \
+ baseLibrary/src/main \
+ library/src/main \
+ library/src/doc
+
+#
+# A version of FRAMEWORKS_DATA_BINDING_SUBDIRS that is expanded to full paths from
+# the root of the tree.
+#
+FRAMEWORKS_DATA_BINDING_JAVA_SRC_DIRS := \
+ $(addprefix frameworks/data-binding/,$(FRAMEWORKS_DATA_BINDING_SUBDIRS))
+