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
@@ -9,6 +9,7 @@ rn_android_library(
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
],
language = "JAVA",
manifest = "AndroidManifest.xml",
provided_deps = [
react_native_dep("third-party/android/androidx:core"),
@@ -56,6 +57,7 @@ rn_android_library(
"pfh:ReactNative_CommonInfrastructurePlaceholder",
"supermodule:xplat/default/public.react_native.infra",
],
language = "JAVA",
visibility = [
"PUBLIC",
],