mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
clean up buck dep order
Reviewed By: adamjernst Differential Revision: D4404770 fbshipit-source-id: d5801cc2b529f513e1531840310b884af951d702
This commit is contained in:
committed by
Facebook Github Bot
parent
f839b58c20
commit
55f0294b7d
@@ -12,6 +12,7 @@ android_library(
|
||||
react_native_dep('third-party/java/junit:junit'),
|
||||
react_native_dep('third-party/java/mockito:mockito'),
|
||||
react_native_dep('third-party/java/testing-support-lib:runner'),
|
||||
react_native_target('java/com/facebook/react:react'),
|
||||
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/cxxbridge:bridge'),
|
||||
@@ -21,10 +22,8 @@ android_library(
|
||||
react_native_target('java/com/facebook/react/modules/debug:debug'),
|
||||
react_native_target('java/com/facebook/react/shell:shell'),
|
||||
react_native_target('java/com/facebook/react/uimanager:uimanager'),
|
||||
react_native_target('java/com/facebook/react:react'),
|
||||
],
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user