From 04c286c3c203ffeca414ecbc5f3e1d017520aefa Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Thu, 17 Nov 2022 09:56:30 -0800 Subject: [PATCH] Remove fb_apple_library export from rn_defs Summary: Cleanup rn_defs. Most of the imports here were not related to RN, and for others we can use rn_apple_library instead. Reviewed By: mdvacca Differential Revision: D41302584 fbshipit-source-id: 0db79e202c0e18dd590ae0e6bf2821e6b49b606a --- Libraries/FBLazyVector/BUCK | 4 ++-- Libraries/RCTRequired/BUCK | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Libraries/FBLazyVector/BUCK b/Libraries/FBLazyVector/BUCK index 56dd699d6b9..515bf0d9501 100644 --- a/Libraries/FBLazyVector/BUCK +++ b/Libraries/FBLazyVector/BUCK @@ -1,6 +1,6 @@ -load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library") +load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library") -fb_apple_library( +rn_apple_library( name = "FBLazyVector", exported_headers = [ "FBLazyVector/FBLazyIterator.h", diff --git a/Libraries/RCTRequired/BUCK b/Libraries/RCTRequired/BUCK index 579d95beecd..ddfbbef98c7 100644 --- a/Libraries/RCTRequired/BUCK +++ b/Libraries/RCTRequired/BUCK @@ -1,6 +1,6 @@ -load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library") +load("//tools/build_defs/oss:rn_defs.bzl", "rn_apple_library") -fb_apple_library( +rn_apple_library( name = "RCTRequired", exported_headers = [ "RCTRequired/RCTRequired.h",