Apply new buildifier fixes

Summary: Changelog: [Internal]

Reviewed By: zertosh

Differential Revision: D30407205

fbshipit-source-id: 022a02829d59a900764b228afb9856ed1ba2cf8c
This commit is contained in:
Chatura Atapattu
2021-08-19 20:01:02 -07:00
committed by Facebook GitHub Bot
parent 8258f5e271
commit 2c2b831716
12 changed files with 18 additions and 18 deletions
@@ -12,7 +12,7 @@ rn_android_library(
srcs = glob(["*.java"]),
autoglob = False,
is_androidx = True,
deps = ([
deps = [
react_native_dep("third-party/android/androidx:test-espresso-core"),
react_native_dep("third-party/java/fest:fest"),
react_native_dep("third-party/java/junit:junit"),
@@ -27,7 +27,7 @@ rn_android_library(
react_native_target("java/com/facebook/react/module/model:model"),
react_native_target("java/com/facebook/react/shell:shell"),
react_native_target("java/com/facebook/react/uimanager:uimanager"),
]) + ([
] + [
react_native_dep("java/com/facebook/fbreact/testing:testing"),
]) if not IS_OSS_BUILD else [],
] if not IS_OSS_BUILD else [],
)