Revert D33852709: Replace fb_xplat_platform_specific_rule calls where rule = fb_java_library with direct call to fb_java_library_android

Differential Revision:
D33852709 (dc507be4d9)

Original commit changeset: 1ff3a1225e68

Original Phabricator Diff: D33852709 (dc507be4d9)

fbshipit-source-id: 10db2d1bda1ea69b9a0226041493af06b78c16c4
This commit is contained in:
Keshav Kolur 2022-01-31 14:14:10 -08:00 коммит произвёл Saad Najmi
Родитель 0f6818f195
Коммит 9b55f1ed7e
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:annotationsAndroid"),
react_native_target("java/com/facebook/react/module/model:modelAndroid"),
react_native_target("java/com/facebook/react/turbomodule/core/interfaces:interfacesAndroid"),
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"),
],
)

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

@ -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:annotationsAndroid"),
react_native_target("java/com/facebook/react/bridge:bridgeAndroid"),
react_native_target("java/com/facebook/react/uimanager/annotations:annotations"),
react_native_target("java/com/facebook/react/bridge:bridge"),
],
)