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
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user