Remove TextLayoutBuilder from ReactAndroid dependency (#20600)

Summary:
This PR removes TextLayoutBuilder, which is not used anywhere.
Pull Request resolved: https://github.com/facebook/react-native/pull/20600

Reviewed By: achen1

Differential Revision: D9367345

Pulled By: hramos

fbshipit-source-id: 407a6a80f5c69650fcc7167b28214f7315beed2f
This commit is contained in:
Dulmandakh
2018-08-23 14:55:03 +01:00
committed by Lorenzo Sciandra
parent 02e7ce0219
commit 4b68b64e47
3 changed files with 0 additions and 39 deletions
@@ -1,34 +0,0 @@
load("//ReactNative:DEFS.bzl", "rn_android_library", "rn_android_prebuilt_aar", "rn_prebuilt_jar")
rn_android_library(
name = "textlayoutbuilder",
visibility = ["//ReactAndroid/..."],
exported_deps = [
":staticlayoutproxy",
":textlayoutbuilder-base",
],
)
rn_android_prebuilt_aar(
name = "textlayoutbuilder-base",
aar = ":textlayoutbuilder-base-aar",
visibility = ["//ReactAndroid/..."],
)
remote_file(
name = "textlayoutbuilder-base-aar",
sha1 = "29bc8e5a1e2b33944b88277652ee83092ae1dbc0",
url = "mvn:com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:aar:1.0.0",
)
rn_prebuilt_jar(
name = "staticlayoutproxy",
binary_jar = ":staticlayoutproxy.jar",
visibility = ["//ReactAndroid/..."],
)
remote_file(
name = "staticlayoutproxy.jar",
sha1 = "f162442a19fff13995fbd51ba414d9ee05579080",
url = "mvn:com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:jar:1.0",
)