From 155d855ceed16d3c76c199d1d4812a60348cabcf Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Thu, 17 Nov 2011 15:13:49 -0800 Subject: [PATCH] Add the support libraries to the platform documentation (build). Added path to the support libraries. bug: 5629339 Change-Id: Id414597046c528617313881ea857134512d1c2ba --- core/pathmap.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/core/pathmap.mk b/core/pathmap.mk index 6c6ff2e23..60fbfd2d5 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))