Merge "Add missing support library projects to pathmap" into mnc-ub-dev am: 5b30101722 am: c608284d22 am: 71e10084fd

am: 12f16c7e24

* commit '12f16c7e246eb25e2fd4234210105afd392b747e':
  Add missing support library projects to pathmap

Change-Id: Ifd260e02ebca2cae170574b8b229e734beb0241b
This commit is contained in:
Alan Viverette 2016-05-16 15:17:55 +00:00 committed by android-build-merger
commit b192368acc
1 changed files with 4 additions and 0 deletions

View File

@ -140,6 +140,8 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \
FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
$(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \
$(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) \
frameworks/support/graphics/drawable/animated \
frameworks/support/graphics/drawable/static \
frameworks/support/v7/appcompat/src \
frameworks/support/v7/recyclerview/src
@ -148,6 +150,8 @@ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
#
FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
$(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
android-support-vectordrawable \
android-support-animatedvectordrawable \
android-support-v7-appcompat \
android-support-v7-recyclerview \
android-support-multidex \