mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 23:03:58 +08:00
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:
committed by
Facebook Github Bot
parent
b3fe69cac2
commit
5c2720b089
@@ -4,7 +4,7 @@ rn_android_library(
|
||||
name = "imagehelper",
|
||||
srcs = glob(
|
||||
["*.java"],
|
||||
excludes = ["MultiSourceHelper.java"],
|
||||
exclude = ["MultiSourceHelper.java"],
|
||||
),
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
Reference in New Issue
Block a user