mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00: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 https://github.com/facebook/react-native/commit/6ec5654e7a26b856dbe26b2ba74c15ec258f065e. **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