mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-19 21:03:32 -04:00
android: Fix typo in README
Remove the /sdcard copy and not the /system/lib copy Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
This commit is contained in:
committed by
Ludovic Rousseau
parent
ce9e72c138
commit
8b42622b07
+1
-1
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11096
|
||||
#define LIBUSB_NANO 11098
|
||||
|
||||
Reference in New Issue
Block a user