summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorWilliam Skellenger <wskellenger@gmail.com>2016-01-03 21:46:50 -0500
committerLudovic Rousseau <ludovic.rousseau@free.fr>2016-03-06 21:44:51 +0100
commit8b42622b077de8ed2a2065ffd68f19b4f8e8c8e9 (patch)
treef1a362e42983077d4883862831bd4490aad1791e /android
parentce9e72c1386cd5fd4169c320db0240c9231c3bbb (diff)
downloadlibusb-8b42622b077de8ed2a2065ffd68f19b4f8e8c8e9.tar.gz
android: Fix typo in README
Remove the /sdcard copy and not the /system/lib copy Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
Diffstat (limited to 'android')
-rw-r--r--android/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/README b/android/README
index 1afecc7..29621a5 100644
--- a/android/README
+++ b/android/README
@@ -62,7 +62,7 @@ image of a running device:
# Install libusb
adb push obj/local/armeabi/libusb1.0.so /sdcard/
adb shell su -c "cat > /system/lib/libusb1.0.so < /sdcard/libusb1.0.so"
- adb shell rm /system/lib/libusb1.0.so
+ adb shell rm /sdcard/libusb1.0.so
# Install the samples and tests
for B in listdevs fxload xusb sam3u_benchmark hotplugtest stress