mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
61488449b9
commit
0d915aa942
@@ -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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user