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

Commit fae17a41 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "Add missing support library projects to pathmap" into mnc-ub-dev am: 5b301017

am: c608284d

* commit 'c608284d':
  Add missing support library projects to pathmap

Change-Id: I0e2d265dbdde5ec6d8c5c5588e5a8e505be46c74
parents 70759502 c608284d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -136,6 +136,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

@@ -144,6 +146,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 \