DO NOT MERGE Remove RecyclerView tests form pathmap

Bug: 20675894
Change-Id: Ia482c860b7c02f1c37b94c961cf283754c60cbcc
(cherry picked from commit a85c85ae37)
(cherry picked from commit fa358f7228)
This commit is contained in:
Yigit Boyar
2015-04-29 19:34:56 -07:00
parent ab93772042
commit a9d5cf7cd7

View File

@@ -111,7 +111,6 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \
v7/cardview \ v7/cardview \
v7/mediarouter \ v7/mediarouter \
v7/palette \ v7/palette \
v7/recyclerview \
v8/renderscript \ v8/renderscript \
v13 \ v13 \
v17/leanback \ v17/leanback \
@@ -130,13 +129,15 @@ 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/v7/recyclerview/src
# #
# A list of support library modules. # A list of support library modules.
# #
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-v7-recyclerview \
android-support-multidex \ android-support-multidex \
android-support-multidex-instrumentation android-support-multidex-instrumentation