Fix Buck files after removing RecyclerViewBackedScrollView

Summary:
Remove unused deps to fix broken CI: https://circleci.com/gh/facebook/react-native/15242

Missed this in 6ec5654e7a.

**Test plan (required)**

The `buck fetch` that's failing on CI worked locally.
Closes https://github.com/facebook/react-native/pull/12166

Differential Revision: D4501093

Pulled By: mkonicek

fbshipit-source-id: c48815de319d85ef0a3408d76b120090c02587ed
This commit is contained in:
Martin Konicek 2017-02-02 05:18:20 -08:00 committed by Facebook Github Bot
parent d21199595e
commit 0ecc4047af
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
include_defs('//ReactAndroid/DEFS')
deps = [
'//java/com/facebook/fbreact/views/recyclerview:recyclerview',
react_native_dep('third-party/android/support/v4:lib-support-v4'),
react_native_dep('third-party/java/jsr-305:jsr-305'),
react_native_dep('third-party/java/junit:junit'),

View File

@ -4,7 +4,6 @@ android_library(
name = 'shell',
srcs = glob(['**/*.java']),
deps = [
'//java/com/facebook/fbreact/views/recyclerview:recyclerview',
react_native_dep('libraries/fresco/fresco-react-native:imagepipeline'),
react_native_dep('libraries/soloader/java/com/facebook/soloader:soloader'),
react_native_dep('third-party/android/support/v4:lib-support-v4'),