ZeroTierOne/java/jni
Brenton Bostick cdf248b1e2 Fix build problem related to unified headers
Since NDKr15 (released 2017), unified headers are used by default [1]

Remove -isystem option that was passing bad values to command-line.

The actual value being passed to command-line was:
```
-isystem DK/sysroot/usr/include/RIPLE
```

because of using $NDK and $TRIPLE instead of $(NDK) and $(TRIPLE)

But regardless, $NDK and $TRIPLE were never actually defined values and were just
place-holders mentioned in [1]

[1] https://android.googlesource.com/platform/ndk/+/ndk-release-r16/docs/UnifiedHeaders.md
2022-12-05 10:34:12 -05:00
..
Android.mk Fix build problem related to unified headers 2022-12-05 10:34:12 -05:00
Application.mk Fun times in ~~cleveland~~ NDK-land 2022-11-09 11:11:10 -08:00
com_zerotierone_sdk_Node.cpp Fix warning: suggest braces around initialization of subobject 2022-12-01 08:35:31 -05:00
com_zerotierone_sdk_Node.h Update JNI code to reflect new ZeroTier API 2017-07-12 11:34:53 -07:00
ZT_jniarray.cpp Fun times in ~~cleveland~~ NDK-land 2022-11-09 11:11:10 -08:00
ZT_jniarray.h JNI for dns configuration 2020-10-21 14:18:29 -07:00
ZT_jnilookup.cpp fix typos in comments and strings 2022-11-28 09:23:45 -05:00
ZT_jnilookup.h Merge branch 'adamierymenko-dev' into android-jni-dev 2015-09-26 13:47:55 -07:00
ZT_jniutils.cpp fix typos in comments and strings 2022-11-28 09:23:45 -05:00
ZT_jniutils.h JNI for dns configuration 2020-10-21 14:18:29 -07:00