Skip to content

Commit

Permalink
Fix more missing language issues
Browse files Browse the repository at this point in the history
Reviewed By: nlutsenko

Differential Revision: D37734621

fbshipit-source-id: 3b24121c0926f4d8fcd1cdb8433cc89a3452eb20
  • Loading branch information
Ron Edelstein authored and facebook-github-bot committed Jul 9, 2022
1 parent 6746097 commit 7d8907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-codegen/DEFS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def rn_codegen_components(
# Android handling
##################
if is_running_buck_project():
rn_android_library(name = "generated_components_java-{}".format(name), autoglob = False)
rn_android_library(name = "generated_components_java-{}".format(name), autoglob = False, language = "JAVA")
else:
rn_android_library(
name = "generated_components_java-{}".format(name),
Expand Down

0 comments on commit 7d8907f

Please sign in to comment.