summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-11 12:22:30 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-16 14:52:29 -0800
commit0db9f229f2bb14e2c6ccd3a8c0d0a30eb25ea5c5 (patch)
treee4172846b4aa5d0c72e2c7860d7ac5b4a8286a98 /gyp
parentc23e8cc748d0a74d23a07ff8cfc58ade797a903d (diff)
downloadqtlocation-mapboxgl-0db9f229f2bb14e2c6ccd3a8c0d0a30eb25ea5c5.tar.gz
[android] Move includes to platform subdirectory
Diffstat (limited to 'gyp')
-rw-r--r--gyp/http-android.gypi1
-rw-r--r--gyp/platform-android.gypi1
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/http-android.gypi b/gyp/http-android.gypi
index 84a44adcbc..0a49644e09 100644
--- a/gyp/http-android.gypi
+++ b/gyp/http-android.gypi
@@ -12,6 +12,7 @@
'include_dirs': [
'../include',
+ '../platform/android/include',
'../src',
],
diff --git a/gyp/platform-android.gypi b/gyp/platform-android.gypi
index c9a7d3b6a0..73fa264f1d 100644
--- a/gyp/platform-android.gypi
+++ b/gyp/platform-android.gypi
@@ -47,6 +47,7 @@
'include_dirs': [
'../include',
+ '../platform/android/include',
'../src',
],