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:
parent
d21199595e
commit
0ecc4047af
|
@ -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'),
|
||||
|
|
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue