Lines Matching refs:libusb
1 libusb for Android
7 To build libusb for Android do the following:
17 4. Change directory to libusb's "android/jni"
21 The libusb library, examples and tests can then be found in:
35 If you wish to use libusb from native code in own Android application
38 include $(PATH_TO_LIBUSB_SRC)/android/jni/libusb.mk
41 configuration for each native binary which uses libusb:
46 The Android build system will then correctly include libusb in the
51 For a rooted device it is possible to install libusb into the system
64 # Install libusb
107 For rooted devices the code using libusb could be executed as root