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 коммит произвёл Saad Najmi
Родитель 7e18cdc622
Коммит 0f6818f195
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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"),
],
)