Switch to OSS buck config for textlayoutbuilder

Reviewed By: ahmedre

Differential Revision: D4623418

fbshipit-source-id: 50bbbb0df89a69b088186bd38e993f659421cef9
This commit is contained in:
Eric Vicenti 2017-02-27 14:44:13 -08:00 коммит произвёл Facebook Github Bot
Родитель 0a712f5335
Коммит 6439f65fcb
1 изменённых файлов: 12 добавлений и 3 удалений

Просмотреть файл

@ -1,11 +1,20 @@
android_prebuilt_aar(
android_library(
name = "textlayoutbuilder",
aar = ":textlayoutbuilder-aar",
exported_deps = [
":staticlayoutproxy",
":textlayoutbuilder-base",
],
visibility = ["//ReactAndroid/..."],
)
android_prebuilt_aar(
name = "textlayoutbuilder-base",
aar = ":textlayoutbuilder-base-aar",
visibility = ["//ReactAndroid/..."],
)
remote_file(
name = "textlayoutbuilder-aar",
name = "textlayoutbuilder-base-aar",
sha1 = "29bc8e5a1e2b33944b88277652ee83092ae1dbc0",
url = "mvn:com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:aar:1.0.0",
)