Move RN's DEFS.bzl to tools and rename to rn_defs.bzl

Reviewed By: mzlee

Differential Revision: D9553765

fbshipit-source-id: cb65081668ea2726f24d2c9c02661e859cc7a994
This commit is contained in:
Jonathan Kim
2018-08-29 13:13:29 -07:00
committed by Facebook Github Bot
parent afe0843bee
commit 2515e4861a
142 changed files with 141 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
load("//ReactNative:DEFS.bzl", "react_native_dep", "rn_android_library")
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
rn_android_library(
name = "model",