Fix RecyclerView resource path
am: 43d0156

* commit '43d015643b001b0835227c60a3932833dcbb3ed9':
  Fix RecyclerView resource path

Change-Id: I90a65e528e59e54995f5075707a6e6148e5cbad0
diff --git a/Android.mk b/Android.mk
index 9483738..47b3181 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,7 +33,7 @@
 
 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/WallpaperPicker/res \
     $(LOCAL_PATH)/res \
-    $(LOCAL_PATH)/../../../prebuilts/sdk/current/support/v7/recyclerview/res
+    $(LOCAL_PATH)/../../../frameworks/support/v7/recyclerview/res
 
 LOCAL_PROGUARD_FLAG_FILES := proguard.flags