summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-28 20:30:58 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-04 15:33:32 -0800
commit9e0be736fcd00ea3275c8e1b8865a55bf72e05de (patch)
tree1dbcf565feff5f4c4fd153e4e83deae6333021ad /gyp
parent55c5c3c8910878cbd1b365467a95f12791306b9d (diff)
downloadqtlocation-mapboxgl-9e0be736fcd00ea3275c8e1b8865a55bf72e05de.tar.gz
[android] Add jni.hpp headers to build
Diffstat (limited to 'gyp')
-rw-r--r--gyp/http-android.gypi1
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'