Resolving ReactCommon/utils sources

This commit is contained in:
Anandraj Govindan 2020-04-29 23:02:25 -07:00
Родитель c0c60c7ad3
Коммит a9c9592c73
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -1,7 +1,3 @@
<<<<<<< HEAD
load("@fbsource//tools/build_defs:glob_defs.bzl", "subdir_glob")
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "APPLE", "CXX", "get_apple_compiler_flags", "react_native_xplat_target", "rn_xplat_cxx_library")
=======
load("@fbsource//tools/build_defs/apple:flag_defs.bzl", "get_debug_preprocessor_flags")
load(
"//tools/build_defs/oss:rn_defs.bzl",
@ -14,7 +10,6 @@ load(
"rn_xplat_cxx_library",
"subdir_glob",
)
>>>>>>> fb/0.62-stable
APPLE_COMPILER_FLAGS = get_apple_compiler_flags()
@ -49,17 +44,11 @@ rn_xplat_cxx_library(
fbobjc_labels = ["supermodule:ios/isolation/infra.react_native"],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
force_static = True,
<<<<<<< HEAD
platforms = (ANDROID, APPLE, CXX),
visibility = [
"PUBLIC",
=======
macosx_tests_override = [],
platforms = (ANDROID, APPLE, CXX),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
>>>>>>> fb/0.62-stable
],
tests = [],
visibility = ["PUBLIC"],

Просмотреть файл

@ -1,16 +1,9 @@
<<<<<<< HEAD
// Copyright (c) Facebook, Inc. and its affiliates.
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
=======
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
>>>>>>> fb/0.62-stable
#pragma once