Explicitly set language to JAVA where it is missing [xplat] (round 1)

Reviewed By: IanChilds

Differential Revision: D37594044

fbshipit-source-id: 0bbcaaed951a212651d3cc0fc3371751ced13852
This commit is contained in:
Ron Edelstein
2022-07-06 09:07:07 -07:00
committed by Facebook GitHub Bot
parent 61488449b9
commit 0d915aa942
97 changed files with 112 additions and 0 deletions
@@ -4,6 +4,7 @@ rn_android_library(
name = "logging",
srcs = glob(["**/*.java"]),
autoglob = False,
language = "JAVA",
visibility = [
"PUBLIC",
],
@@ -11,6 +11,7 @@ rn_android_library(
exclude = STANDARD_TEST_SRCS,
),
autoglob = False,
language = "JAVA",
visibility = [
"PUBLIC",
],
@@ -4,6 +4,7 @@ rn_android_library(
name = "configuration",
srcs = glob(["**/*.java"]),
autoglob = False,
language = "JAVA",
visibility = [
"PUBLIC",
],