Fix duplicated buck dependency
Summary: Closes https://github.com/facebook/react-native/pull/6657 Differential Revision: D3098193 Pulled By: martinbigio fb-gh-sync-id: 535cba9767494b886c03a1d67e71f4ebb3eb48f7 fbshipit-source-id: 535cba9767494b886c03a1d67e71f4ebb3eb48f7
This commit is contained in:
parent
98411f1642
commit
e54876dbd0
|
@ -8,7 +8,6 @@ android_library(
|
|||
react_native_target('res:devsupport'),
|
||||
react_native_target('java/com/facebook/react/bridge:bridge'),
|
||||
react_native_target('java/com/facebook/react/common:common'),
|
||||
react_native_target('java/com/facebook/react/modules/systeminfo:systeminfo'),
|
||||
react_native_target('java/com/facebook/react/modules/debug:debug'),
|
||||
react_native_target('java/com/facebook/react/modules/systeminfo:systeminfo'),
|
||||
react_native_dep('libraries/fbcore/src/main/java/com/facebook/common/logging:logging'),
|
||||
|
|
Loading…
Reference in New Issue