mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 23:03:58 +08:00
Fix deprecated glob usage.
Summary: https://our.intern.facebook.com/intern/wiki/Buck/python-to-skylark/ Differential Revision: D8595731 fbshipit-source-id: 0e3046a7fd2a25e9b13462713ae9a008ad546770
This commit is contained in:
committed by
Facebook Github Bot
parent
0b2cee59d2
commit
346ac75ed6
@@ -8,7 +8,7 @@ rn_android_library(
|
||||
name = "common",
|
||||
srcs = glob(
|
||||
["**/*.java"],
|
||||
excludes = SUB_PROJECTS,
|
||||
exclude = SUB_PROJECTS,
|
||||
),
|
||||
provided_deps = [
|
||||
react_native_dep("third-party/android/support/v4:lib-support-v4"),
|
||||
|
||||
Reference in New Issue
Block a user