Skip to content

Commit 5c2720b

Browse files
ttsugriyfacebook-github-bot
authored andcommitted
Fix deprecated glob usage.
Summary: https://buckbuild.com/skylark/generated/glob.html Reviewed By: styurin Differential Revision: D8606487 fbshipit-source-id: 7a9c9cdc86b5f080328fb9af027dfbdc52e86508
1 parent b3fe69c commit 5c2720b

File tree

1 file changed

+1
-1
lines changed
  • ReactAndroid/src/main/java/com/facebook/react/views/imagehelper

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/java/com/facebook/react/views/imagehelper/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rn_android_library(
44
name = "imagehelper",
55
srcs = glob(
66
["*.java"],
7-
excludes = ["MultiSourceHelper.java"],
7+
exclude = ["MultiSourceHelper.java"],
88
),
99
visibility = [
1010
"PUBLIC",

0 commit comments

Comments
 (0)