Make sure orientation helper is initialized before accessing

Bug: 17724151
Change-Id: Idc8ce16d0c3c325ef5a90b41330d3f109517fe17
diff --git a/v7/recyclerview/build.gradle b/v7/recyclerview/build.gradle
index 40a58ad..4d0b564 100644
--- a/v7/recyclerview/build.gradle
+++ b/v7/recyclerview/build.gradle
@@ -4,6 +4,7 @@
 
 dependencies {
     compile project(':support-v4')
+    compile project(':support-annotations')
 }
 
 android {