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).
This commit is contained in:
Svetoslav Ganov 2011-11-18 15:22:34 -08:00 committed by Android Git Automerger
commit cbd4821b0a
1 changed files with 14 additions and 0 deletions

View File

@ -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))