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",