Skip to content

Commit

Permalink
use the github checked-in version of the Spec codegen output
Browse files Browse the repository at this point in the history
Summary: For consistency, we use the files checked in to github.

Reviewed By: JoshuaGross

Differential Revision: D15993128

fbshipit-source-id: 1e9fdd6b4111284c84cbd5a63d384ef481659b01
  • Loading branch information
fkgozali authored and facebook-github-bot committed Jun 26, 2019
1 parent cf5addc commit a2b4b36
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Libraries/FBReactNativeSpec/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library", "react_native_xplat_target_apple")
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library", "react_native_xplat_target_apple", "subdir_glob")

fb_apple_library(
name = "FBReactNativeSpec",
autoglob = True,
name = "FBReactNativeSpecApple",
srcs = glob(["FBReactNativeSpec/**/*.mm"]),
exported_headers = subdir_glob(
[
("FBReactNativeSpec", "*.h"),
],
prefix = "FBReactNativeSpec",
),
contacts = ["[email protected]"],
frameworks = [
"Foundation",
Expand Down

0 comments on commit a2b4b36

Please sign in to comment.