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:21:52 -07:00
committed by Facebook Github Bot
parent afe0843bee
commit 2515e4861a
142 changed files with 141 additions and 141 deletions
@@ -1,4 +1,4 @@
load("//ReactNative:DEFS.bzl", "react_native_dep", "react_native_target", "rn_java_annotation_processor", "rn_java_library")
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_target", "rn_java_annotation_processor", "rn_java_library")
rn_java_annotation_processor(
name = "processing",