mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fixup references to old flag_defs.bzl in xplat/
Summary: The source of truth has already moved, so now we just need to fix references This diff is mostly the result of running: ``` $ tools/mobile-unification/loadmod --fixup xplat/configurations/buck/apple/flag_defs.bzl tools/build_defs/apple/ ``` Then I committed with `hg commit -I xplat/` The controller you requested could not be found. Differential Revision: D9772194 fbshipit-source-id: 93d23ae8e1c62440c7876cad965d963bde960db9
This commit is contained in:
committed by
Facebook Github Bot
parent
7650a8913d
commit
686ff70d96
@@ -1,4 +1,4 @@
|
||||
load("@xplat//configurations/buck/apple:flag_defs.bzl", "get_debug_preprocessor_flags")
|
||||
load("@fbsource//tools/build_defs/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", "rn_xplat_cxx_library", "subdir_glob")
|
||||
|
||||
APPLE_COMPILER_FLAGS = get_apple_compiler_flags()
|
||||
|
||||
Reference in New Issue
Block a user