Skip to content

Commit

Permalink
Move RN's DEFS.bzl to tools and rename to rn_defs.bzl
Browse files Browse the repository at this point in the history
Reviewed By: mzlee

Differential Revision: D9553765

fbshipit-source-id: cb65081668ea2726f24d2c9c02661e859cc7a994
  • Loading branch information
Jonathan Kim authored and facebook-github-bot committed Aug 29, 2018
1 parent d13311e commit a074584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//ReactNative:DEFS.bzl", "KEYSTORE_TARGET", "react_native_dep", "react_native_target", "rn_android_binary", "rn_android_library", "rn_android_resource")
load("//tools/build_defs/oss:rn_defs.bzl", "KEYSTORE_TARGET", "react_native_dep", "react_native_target", "rn_android_binary", "rn_android_library", "rn_android_resource")

rn_android_binary(
name = "app",
Expand Down

0 comments on commit a074584

Please sign in to comment.