mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ensure NativeModules depend on their spec's owners
Summary: For every untyped NativeModule Java file, we ensure that its owner depends on the owner of its JS spec. Changelog: [Internal] Reviewed By: PeteTheHeat Differential Revision: D19382937 fbshipit-source-id: 0a1d840bff2f9e8db0f06c910448e9b25415d18c
This commit is contained in:
committed by
Facebook Github Bot
parent
05f1bb3dd4
commit
4eb389d069
@@ -36,7 +36,9 @@ rn_android_library(
|
||||
react_native_target("java/com/facebook/react/packagerconnection:packagerconnection"),
|
||||
react_native_target("res:devsupport"),
|
||||
],
|
||||
exported_deps = [react_native_target("java/com/facebook/fbreact/specs:FBReactNativeSpec")],
|
||||
exported_deps = [
|
||||
react_native_target("java/com/facebook/fbreact/specs:FBReactNativeSpec"),
|
||||
],
|
||||
)
|
||||
|
||||
rn_android_library(
|
||||
|
||||
Reference in New Issue
Block a user