summaryrefslogtreecommitdiff
path: root/Documentation/building/android.md
diff options
context:
space:
mode:
authorkasper3 <33230602+kasper3@users.noreply.github.com>2018-03-07 23:03:35 +0200
committerJan Vorlicek <janvorli@microsoft.com>2018-03-07 22:03:35 +0100
commit3d9249cf39510d67d094b0d8883f55776498516d (patch)
tree8c34aee500c6f538fed5adb8009224df42e21aaa /Documentation/building/android.md
parent6e5e7bfba21db7f5ffd2122ce67a35f45b5e2a42 (diff)
downloadcoreclr-3d9249cf39510d67d094b0d8883f55776498516d.tar.gz
coreclr-3d9249cf39510d67d094b0d8883f55776498516d.tar.bz2
coreclr-3d9249cf39510d67d094b0d8883f55776498516d.zip
Remove libuuid from scripts and docs (#16805)
Diffstat (limited to 'Documentation/building/android.md')
-rw-r--r--Documentation/building/android.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/building/android.md b/Documentation/building/android.md
index cfb509dc2f..9f85ad7569 100644
--- a/Documentation/building/android.md
+++ b/Documentation/building/android.md
@@ -43,7 +43,6 @@ You can run the PAL tests on an Android device. To run the tests, you first copy
To copy the PAL tests over to an Android phone:
```
adb push bin/obj/Linux.arm64.Debug/src/pal/tests/palsuite/ /data/local/tmp/coreclr/src/pal/tests/palsuite
-adb push cross/android/toolchain/arm64/sysroot/usr/lib/libuuid.so.1 /data/local/tmp/coreclr/lib
adb push cross/android/toolchain/arm64/sysroot/usr/lib/libintl.so /data/local/tmp/coreclr/lib
adb push cross/android/toolchain/arm64/sysroot/usr/lib/libandroid-support.so /data/local/tmp/coreclr/lib/
adb push cross/android/toolchain/arm64/sysroot/usr/lib/libandroid-glob.so /data/local/tmp/coreclr/lib/