Remove unused loads from xplat.

Summary:
Unused loads still take time to process and pollute
execution environment.

drop-conflicts

Reviewed By: passy

Differential Revision: D13054018

fbshipit-source-id: a8fe58d1c55c031925c2c0267e24e67f021cd91d
This commit is contained in:
Taras Tsugrii
2018-11-14 10:39:34 -08:00
committed by Facebook Github Bot
parent 39b8fa95a3
commit 9b781bdda8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test")
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_robolectric_test")
rn_robolectric_test(
name = "layoutanimation",