Add recycler view resources to Support7Demos.

Missed that in the earlier CL.

Change-Id: I6bd3eb24eb1506fa4dba57250141bf36fabe0286
This commit is contained in:
Deepanshu Gupta
2015-04-21 12:10:59 -07:00
parent af295e4309
commit 01edcb86be

View File

@@ -35,11 +35,13 @@ LOCAL_RESOURCE_DIR = \
frameworks/support/v7/appcompat/res \
frameworks/support/v7/gridlayout/res \
frameworks/support/v7/mediarouter/res \
frameworks/support/v7/recyclerview/res \
frameworks/support/v7/cardview/res
LOCAL_AAPT_FLAGS := \
--auto-add-overlay \
--extra-packages android.support.v7.appcompat \
--extra-packages android.support.v7.cardview \
--extra-packages android.support.v7.gridlayout \
--extra-packages android.support.v7.recyclerview \
--extra-packages android.support.v7.mediarouter
include $(BUILD_PACKAGE)