mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
Remove unused loads from build files.
Summary: Unused loads hurt readability and take time to process. Reviewed By: hramos Differential Revision: D9494120 fbshipit-source-id: 455b56efadab1cb976344cffcb427772bfda2f71
This commit is contained in:
committed by
Facebook Github Bot
parent
09c78fe968
commit
a8a63b1560
@@ -1,14 +1,14 @@
|
||||
load("@xplat//configurations/buck/apple:flag_defs.bzl", "OBJC_ARC_PREPROCESSOR_FLAGS", "get_application_ios_flags", "get_debug_preprocessor_flags")
|
||||
load("@xplat//configurations/buck/apple:flag_defs.bzl", "get_debug_preprocessor_flags")
|
||||
load(
|
||||
"//tools/build_defs/oss:rn_defs.bzl",
|
||||
"ANDROID",
|
||||
"APPLE",
|
||||
"fb_xplat_cxx_test",
|
||||
"get_apple_compiler_flags",
|
||||
"get_apple_inspector_flags",
|
||||
"react_native_xplat_target",
|
||||
"get_apple_compiler_flags",
|
||||
"subdir_glob",
|
||||
"fb_xplat_cxx_test",
|
||||
"rn_xplat_cxx_library",
|
||||
"subdir_glob",
|
||||
)
|
||||
|
||||
APPLE_COMPILER_FLAGS = get_apple_compiler_flags()
|
||||
|
||||
Reference in New Issue
Block a user