1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

List imported files in android/README.md

List all imported files in android/README.md.
This commit is contained in:
Cheng Zhong 2016-02-14 18:00:50 +08:00
parent 1362f7d4fe
commit c6693d266b

View File

@ -7,6 +7,13 @@ This is the Android support for Cross-platform, Serial Port library (JNI API).
To build the code:
* NDK r10 (http://developer.android.com/intl/ndk/downloads/index.html)
The following linux headers are imported AS-IS to fix build breaks:
/usr/include/linux/serial.h
/usr/include/linux/tty_flags.h
/usr/include/sys/signal.h
/usr/include/sysexits.h
### Build
cd android
@ -18,4 +25,8 @@ If you need to use Java API in android, have a look at https://github.com/chzhon
### License and Author
serial:
See README.md at the root directory.
Linux headers:
See file header for detail.