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

Commit ba2798c9 authored by Yigit Boyar's avatar Yigit Boyar Committed by Android (Google) Code Review
Browse files

Merge "Remove RecyclerView tests form pathmap"

parents cbb95874 a85c85ae
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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