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 88c9b046ed
commit a9a21d0aa6
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ yoga_android_library(
name = "yoga",
srcs = glob(["**/*.java"]),
autoglob = False,
language = "JAVA",
visibility = [
"PUBLIC",
],

View File

@@ -9,6 +9,7 @@ yoga_android_library(
name = "android",
srcs = glob(["**/*.java"]),
autoglob = False,
language = "JAVA",
visibility = [
"PUBLIC",
],