Skip to content

Commit 6439f65

Browse files
Eric Vicentifacebook-github-bot
authored andcommitted
Switch to OSS buck config for textlayoutbuilder
Reviewed By: ahmedre Differential Revision: D4623418 fbshipit-source-id: 50bbbb0df89a69b088186bd38e993f659421cef9
1 parent 0a712f5 commit 6439f65

File tree

1 file changed

+12
-3
lines changed
  • ReactAndroid/src/main/libraries/textlayoutbuilder

1 file changed

+12
-3
lines changed

ReactAndroid/src/main/libraries/textlayoutbuilder/BUCK

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
android_prebuilt_aar(
1+
android_library(
22
name = "textlayoutbuilder",
3-
aar = ":textlayoutbuilder-aar",
3+
exported_deps = [
4+
":staticlayoutproxy",
5+
":textlayoutbuilder-base",
6+
],
7+
visibility = ["//ReactAndroid/..."],
8+
)
9+
10+
android_prebuilt_aar(
11+
name = "textlayoutbuilder-base",
12+
aar = ":textlayoutbuilder-base-aar",
413
visibility = ["//ReactAndroid/..."],
514
)
615

716
remote_file(
8-
name = "textlayoutbuilder-aar",
17+
name = "textlayoutbuilder-base-aar",
918
sha1 = "29bc8e5a1e2b33944b88277652ee83092ae1dbc0",
1019
url = "mvn:com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:aar:1.0.0",
1120
)

0 commit comments

Comments
 (0)