summaryrefslogtreecommitdiffstats
path: root/core/pathmap.mk
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-04-29 19:34:56 -0700
committerYigit Boyar <yboyar@google.com>2015-05-07 01:13:53 +0000
commitfa358f72280e6ee320ddd1c3302eed651dcc2d0a (patch)
treeb8aaed570327c606b54fd7bce00c8672b228e754 /core/pathmap.mk
parent0717cb2251b0a972a73462841e346fc49aa6e804 (diff)
downloadbuild-fa358f72280e6ee320ddd1c3302eed651dcc2d0a.zip
build-fa358f72280e6ee320ddd1c3302eed651dcc2d0a.tar.gz
build-fa358f72280e6ee320ddd1c3302eed651dcc2d0a.tar.bz2
DO NOT MERGE Remove RecyclerView tests form pathmap
Bug: 20675894 Change-Id: Ia482c860b7c02f1c37b94c961cf283754c60cbcc (cherry picked from commit a85c85ae370be73fbc920177c87e739d7353059b)
Diffstat (limited to 'core/pathmap.mk')
-rw-r--r--core/pathmap.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk
index 446c82c..cbf392d 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -113,7 +113,6 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \
v7/cardview \
v7/mediarouter \
v7/palette \
- v7/recyclerview \
v8/renderscript \
v13 \
v17/leanback \
@@ -132,13 +131,15 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \
#
FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
$(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.
#
FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
$(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
+ android-support-v7-recyclerview \
android-support-multidex \
android-support-multidex-instrumentation