Last change
on this file since 15190 was
15190,
checked in by gb, 9 years ago
|
Move JNI to its own interface dir on Android. (Should do the same for
GL, once I can guess where that stuff is.)
|
File size:
287 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | NDK=/usr/local/android-ndk-r7 |
---|
3 | CCL=/usr/local/src/ccl |
---|
4 | ANDROIDVERSION=android-9 |
---|
5 | HEADERS=${NDK}/platforms/${ANDROIDVERSION}/arch-arm/usr/include |
---|
6 | CFLAGS="-D__ARM_EABI__ -DANDROID -I${HEADERS} -include ${HEADERS}/sys/types.h";export CFLAGS |
---|
7 | |
---|
8 | rm -rf usr |
---|
9 | |
---|
10 | h-to-ffi.sh ${HEADERS}/jni.h |
---|
Note: See
TracBrowser
for help on using the repository browser.