Update BUCK
This commit is contained in:
parent
84a681cea9
commit
0ca4944222
|
@ -1,32 +1,23 @@
|
||||||
android_library(
|
|
||||||
name = 'textlayoutbuilder',
|
|
||||||
exported_deps = [
|
|
||||||
':textlayoutbuilder-base',
|
|
||||||
':staticlayoutproxy',
|
|
||||||
],
|
|
||||||
visibility = ['//ReactAndroid/...',],
|
|
||||||
)
|
|
||||||
|
|
||||||
android_prebuilt_aar(
|
android_prebuilt_aar(
|
||||||
name = 'textlayoutbuilder-base',
|
name = "textlayoutbuilder",
|
||||||
aar = ':textlayoutbuilder-base-aar',
|
aar = ":textlayoutbuilder-aar",
|
||||||
visibility = ['//ReactAndroid/...',],
|
visibility = ["//ReactAndroid/..."],
|
||||||
)
|
)
|
||||||
|
|
||||||
remote_file(
|
remote_file(
|
||||||
name = 'textlayoutbuilder-base-aar',
|
name = "textlayoutbuilder-aar",
|
||||||
url = 'mvn:com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:aar:1.0.0',
|
sha1 = "29bc8e5a1e2b33944b88277652ee83092ae1dbc0",
|
||||||
sha1 = '29bc8e5a1e2b33944b88277652ee83092ae1dbc0',
|
url = "mvn:com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:aar:1.0.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
prebuilt_jar(
|
prebuilt_jar(
|
||||||
name = 'staticlayoutproxy',
|
name = "staticlayoutproxy",
|
||||||
binary_jar = ':staticlayoutproxy-jar',
|
binary_jar = ":staticlayoutproxy-jar",
|
||||||
visibility = ['//ReactAndroid/...',],
|
visibility = ["//ReactAndroid/..."],
|
||||||
)
|
)
|
||||||
|
|
||||||
remote_file(
|
remote_file(
|
||||||
name = 'staticlayoutproxy-jar',
|
name = "staticlayoutproxy-jar",
|
||||||
url = 'mvn:com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:jar:1.0',
|
sha1 = "f162442a19fff13995fbd51ba414d9ee05579080",
|
||||||
sha1 = 'f162442a19fff13995fbd51ba414d9ee05579080',
|
url = "mvn:com.facebook.fbui.textlayoutbuilder:staticlayout-proxy:jar:1.0",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue