Skip to content

Commit

Permalink
Revert D30868627: Merge base AppleTVOS flags into base Apple flags (t…
Browse files Browse the repository at this point in the history
…ake #2)

Differential Revision:
D30868627 (facebook@abd0f38)

Original commit changeset: 86441ff40db1

fbshipit-source-id: eb040f8174f8f0f05943dcd5ae1e2077318810ff
  • Loading branch information
Kosie van der Merwe authored and facebook-github-bot committed Sep 17, 2021
1 parent fa768df commit 4bf42dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs/apple:config_utils_defs.bzl", "STATIC_LIBRARY_APPLETVOS_CONFIG", "fbobjc_configs")
load("//tools/build_defs/apple:fb_apple_test.bzl", "fb_apple_test")
load("//tools/build_defs/apple:flag_defs.bzl", "get_objc_arc_preprocessor_flags", "get_preprocessor_flags_for_build_mode", "get_static_library_ios_flags")
load("//tools/build_defs/apple:flag_defs.bzl", "get_base_appletvos_flags", "get_objc_arc_preprocessor_flags", "get_preprocessor_flags_for_build_mode", "get_static_library_ios_flags")
load("//tools/build_defs/apple/plugins:plugin_defs.bzl", "plugin")
load("//tools/build_defs/oss:metro_defs.bzl", "rn_library")
load(
Expand Down Expand Up @@ -183,6 +184,8 @@ rn_xplat_cxx_library2(
prefix = "React",
),
apple_sdks = (IOS, APPLETVOS),
appletvos_configs = fbobjc_configs(STATIC_LIBRARY_APPLETVOS_CONFIG),
appletvos_inherited_buck_flags = get_base_appletvos_flags(),
contacts = ["[email protected]"],
fbobjc_enable_exceptions = True,
frameworks = [
Expand Down

0 comments on commit 4bf42dd

Please sign in to comment.