mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 09:21:44 +08:00
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:
committed by
Facebook Github Bot
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'),
|
||||
|
||||
Reference in New Issue
Block a user