summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2011-11-18 15:22:34 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-18 15:22:34 -0800
commitcbd4821b0a251936f21650a577306c3090972e9e (patch)
tree8ddfd9ebfa9b59b43d6579166e5d4ff2d7e40ce8 /core
parent877bddc60427d64f5d603e7c7c39ffe80a1d9674 (diff)
parentecca008c17c0f74a749289e23f8606f1b92930f6 (diff)
downloadbuild-cbd4821b0a251936f21650a577306c3090972e9e.zip
build-cbd4821b0a251936f21650a577306c3090972e9e.tar.gz
build-cbd4821b0a251936f21650a577306c3090972e9e.tar.bz2
am ecca008c: am 700b18cc: Merge "Add the support libraries to the platform documentation (build)." into ics-mr1
* commit 'ecca008c17c0f74a749289e23f8606f1b92930f6': Add the support libraries to the platform documentation (build).
Diffstat (limited to 'core')
-rw-r--r--core/pathmap.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk
index 6c6ff2e..60fbfd2 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -101,3 +101,17 @@ FRAMEWORKS_BASE_SUBDIRS := \
#
FRAMEWORKS_BASE_JAVA_SRC_DIRS := \
$(addprefix frameworks/base/,$(FRAMEWORKS_BASE_SUBDIRS))
+
+#
+# A list of all source roots under frameworks/support.
+#
+FRAMEWORKS_SUPPORT_SUBDIRS := \
+ v4 \
+ v13 \
+
+#
+# A version of FRAMEWORKS_SUPPORT_SUBDIRS that is expanded to full paths from
+# the root of the tree.
+#
+FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
+ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS))