diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-02-28 20:30:58 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-04 15:33:32 -0800 |
commit | 9e0be736fcd00ea3275c8e1b8865a55bf72e05de (patch) | |
tree | 1dbcf565feff5f4c4fd153e4e83deae6333021ad /gyp | |
parent | 55c5c3c8910878cbd1b365467a95f12791306b9d (diff) | |
download | qtlocation-mapboxgl-9e0be736fcd00ea3275c8e1b8865a55bf72e05de.tar.gz |
[android] Add jni.hpp headers to build
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/http-android.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/http-android.gypi b/gyp/http-android.gypi index adf4326a07..749e3f2f4d 100644 --- a/gyp/http-android.gypi +++ b/gyp/http-android.gypi @@ -18,6 +18,7 @@ 'variables': { 'cflags_cc': [ '<@(boost_cflags)', + '<@(jni.hpp_cflags)', ], 'defines': [ '-DMBGL_HTTP_ANDROID' |