summaryrefslogtreecommitdiffstats
path: root/core/pathmap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/pathmap.mk')
-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))
+