├── Android.mk ├── README.md ├── gps.c └── power-stub.c /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kconger/android-serial-gps-driver/HEAD/Android.mk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kconger/android-serial-gps-driver/HEAD/README.md -------------------------------------------------------------------------------- /gps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kconger/android-serial-gps-driver/HEAD/gps.c -------------------------------------------------------------------------------- /power-stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kconger/android-serial-gps-driver/HEAD/power-stub.c --------------------------------------------------------------------------------