We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a712f5 commit 6439f65Copy full SHA for 6439f65
ReactAndroid/src/main/libraries/textlayoutbuilder/BUCK
@@ -1,11 +1,20 @@
1
-android_prebuilt_aar(
+android_library(
2
name = "textlayoutbuilder",
3
- aar = ":textlayoutbuilder-aar",
+ 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",
13
visibility = ["//ReactAndroid/..."],
14
)
15
16
remote_file(
- name = "textlayoutbuilder-aar",
17
+ name = "textlayoutbuilder-base-aar",
18
sha1 = "29bc8e5a1e2b33944b88277652ee83092ae1dbc0",
19
url = "mvn:com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:aar:1.0.0",
20
0 commit comments