Skip to content

Commit 1f4eabc

Browse files
authored
[android] Fix lib path in android docs
Point `ARM_DIR` to the output directory containing the libraries.
1 parent 36b03a4 commit 1f4eabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Android NDK, as well as the directories that contain the `libicuucswift.so` and
7272
`libicui18nswift.so` you downloaded or built in step one:
7373

7474
```
75-
$ ARM_DIR=path/to/libicu-libiconv-android
75+
$ ARM_DIR=path/to/libiconv-libicu-android/armeabi-v7a
7676
$ NDK_PATH=path/to/android-ndk-r21e
7777
$ utils/build-script \
7878
-R \ # Build in ReleaseAssert mode.

0 commit comments

Comments
 (0)