Fix deprecated glob usage.
Summary: https://buckbuild.com/skylark/generated/glob.html Reviewed By: styurin Differential Revision: D8606487 fbshipit-source-id: 7a9c9cdc86b5f080328fb9af027dfbdc52e86508
This commit is contained in:
parent
b3fe69cac2
commit
5c2720b089
|
@ -4,7 +4,7 @@ rn_android_library(
|
|||
name = "imagehelper",
|
||||
srcs = glob(
|
||||
["*.java"],
|
||||
excludes = ["MultiSourceHelper.java"],
|
||||
exclude = ["MultiSourceHelper.java"],
|
||||
),
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
|
Loading…
Reference in New Issue