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:
Keshav Kolur
2022-01-31 13:40:13 -08:00
committed by Facebook GitHub Bot
parent 50c8e973f0
commit dc507be4d9
2 changed files with 5 additions and 5 deletions
@@ -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"),
],
)