├── Android.mk ├── JniCpp11.cpp ├── JniCpp11.h └── README.md /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cezheng/JniCpp11/HEAD/Android.mk -------------------------------------------------------------------------------- /JniCpp11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cezheng/JniCpp11/HEAD/JniCpp11.cpp -------------------------------------------------------------------------------- /JniCpp11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cezheng/JniCpp11/HEAD/JniCpp11.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cezheng/JniCpp11/HEAD/README.md --------------------------------------------------------------------------------