Skip to content

Commit 04e9353

Browse files
navidqarfacebook-github-bot
authored andcommitted
Fix references to feature_native.java_binary
Summary: **Context** Replacing references to `fbsource//` targets with their counterparts in `prelude//` that exist in OSS. **This diff** - `feature_native.java_bianary` --> `java_binary` Reviewed By: IanChilds Differential Revision: D72987348 fbshipit-source-id: 6c9bad29aada86ed57e3c602fbf1a7c68e4b427b
1 parent f911e3b commit 04e9353

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: prelude/toolchains/android/tools/build_rules.bzl

+6
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ def buck_java_library(name, **kwargs):
100100
**kwargs
101101
)
102102

103+
def java_binary(name, **kwargs):
104+
return fb_native.java_binary(
105+
name = name,
106+
**kwargs
107+
)
108+
103109
def buck_java_binary(name, **kwargs):
104110
kwargs = _add_labels(**kwargs)
105111
kwargs = _set_buck2_java_toolchain(**kwargs)

0 commit comments

Comments
 (0)