Add WearableRecyclerView to support-wearable.

Bug:33035990
Test: Added in this CL

Change-Id: I63469f1e734c066f19c0017d915592dbefddef1c
diff --git a/wearable/build.gradle b/wearable/build.gradle
index 74b4c89..81ec665 100644
--- a/wearable/build.gradle
+++ b/wearable/build.gradle
@@ -5,13 +5,15 @@
     compile project(':support-annotations')
     compile project(':support-core-ui')
     compile project(':support-recyclerview-v7')
-
     androidTestCompile (libs.test_runner) {
         exclude module: 'support-annotations'
     }
     androidTestCompile (libs.espresso_core) {
         exclude module: 'support-annotations'
     }
+    androidTestCompile libs.mockito_core
+    androidTestCompile libs.dexmaker
+    androidTestCompile libs.dexmaker_mockito
 }
 
 android {