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

Commit 96cea40f authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 9d461e30: Merge "Add v7 support libs to path map." into jb-mr2-dev

* commit '9d461e30':
  Add v7 support libs to path map.
parents c665ece6 9d461e30
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -112,7 +112,10 @@ FRAMEWORKS_BASE_JAVA_SRC_DIRS := \
#
FRAMEWORKS_SUPPORT_SUBDIRS := \
	v4 \
	v13 \
	v7/gridlayout \
	v7/appcompat \
	v7/mediarouter \
	v13

#
# A version of FRAMEWORKS_SUPPORT_SUBDIRS that is expanded to full paths from
@@ -120,3 +123,10 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \
#
FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
	$(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS))

#
# A list of support library modules.
#
FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
    $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir)))