Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ecca008c authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am 700b18cc: Merge "Add the support libraries to the platform documentation (build)." into ics-mr1

* commit '700b18cc':
  Add the support libraries to the platform documentation (build).
parents f209f573 700b18cc
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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))