forked from openkylin/platform_build
Add missing support library projects to pathmap
Bug: 28716910 Change-Id: I8eab2d638b72d591e157958b7b043431263f4409
This commit is contained in:
parent
494e80cabc
commit
55e80ef5c4
|
@ -136,6 +136,8 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \
|
||||||
FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
|
FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
|
||||||
$(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \
|
$(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \
|
||||||
$(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) \
|
$(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) \
|
||||||
|
frameworks/support/graphics/drawable/animated \
|
||||||
|
frameworks/support/graphics/drawable/static \
|
||||||
frameworks/support/v7/appcompat/src \
|
frameworks/support/v7/appcompat/src \
|
||||||
frameworks/support/v7/recyclerview/src
|
frameworks/support/v7/recyclerview/src
|
||||||
|
|
||||||
|
@ -144,6 +146,8 @@ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
|
||||||
#
|
#
|
||||||
FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
|
FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
|
||||||
$(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
|
$(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
|
||||||
|
android-support-vectordrawable \
|
||||||
|
android-support-animatedvectordrawable \
|
||||||
android-support-v7-appcompat \
|
android-support-v7-appcompat \
|
||||||
android-support-v7-recyclerview \
|
android-support-v7-recyclerview \
|
||||||
android-support-multidex \
|
android-support-multidex \
|
||||||
|
|
Loading…
Reference in New Issue