mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Replace fb_xplat_platform_specific_rule calls where rule = fb_java_library with direct call to fb_java_library_android
Summary: Replace fb_xplat_platform_specific_rule calls where rule = fb_java_library with direct call to fb_java_library_android Reviewed By: alexmalyshev Differential Revision: D33852709 fbshipit-source-id: 1ff3a1225e681d0924ec04e955b0039724182b1c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
50c8e973f0
commit
dc507be4d9
@@ -22,8 +22,8 @@ rn_java_library(
|
||||
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
|
||||
react_native_dep("third-party/java/javapoet:javapoet"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react/module/annotations:annotations"),
|
||||
react_native_target("java/com/facebook/react/module/model:model"),
|
||||
react_native_target("java/com/facebook/react/turbomodule/core/interfaces:interfaces"),
|
||||
react_native_target("java/com/facebook/react/module/annotations:annotationsAndroid"),
|
||||
react_native_target("java/com/facebook/react/module/model:modelAndroid"),
|
||||
react_native_target("java/com/facebook/react/turbomodule/core/interfaces:interfacesAndroid"),
|
||||
],
|
||||
)
|
||||
|
||||
@@ -22,7 +22,7 @@ rn_java_library(
|
||||
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
|
||||
react_native_dep("third-party/java/javapoet:javapoet"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react/uimanager/annotations:annotations"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridge"),
|
||||
react_native_target("java/com/facebook/react/uimanager/annotations:annotationsAndroid"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridgeAndroid"),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user