diff options
Diffstat (limited to 'vendor/backtrace/src/android-api.c')
-rw-r--r-- | vendor/backtrace/src/android-api.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/backtrace/src/android-api.c b/vendor/backtrace/src/android-api.c new file mode 100644 index 0000000..1bfeadf --- /dev/null +++ b/vendor/backtrace/src/android-api.c @@ -0,0 +1,4 @@ +// Used from the build script to detect the value of the `__ANDROID_API__` +// builtin #define + +APIVERSION __ANDROID_API__ |