android: Fix typo in README
authorWilliam Skellenger <wskellenger@gmail.com>
Mon, 4 Jan 2016 02:46:50 +0000 (21:46 -0500)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Sun, 6 Mar 2016 20:44:51 +0000 (21:44 +0100)
Remove the /sdcard copy and not the /system/lib copy

Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
android/README
libusb/version_nano.h

index 1afecc7..29621a5 100644 (file)
@@ -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
index 2eeb143..73a3620 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11096
+#define LIBUSB_NANO 11098