summaryrefslogtreecommitdiff
path: root/gyp/android.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-08-03 17:04:31 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-08-04 14:08:58 +0200
commite6053aa5475e03568f39e4967dc49ef4aba3c5fe (patch)
tree0b8fa3e3f5159f28210ff2c0611d8900d9577006 /gyp/android.gyp
parentb44fe1c7af889089a640097583add8cd90e9330a (diff)
downloadqtlocation-mapboxgl-e6053aa5475e03568f39e4967dc49ef4aba3c5fe.tar.gz
Make build system architecture agnostic to remove Android special case
Diffstat (limited to 'gyp/android.gyp')
-rw-r--r--gyp/android.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/android.gyp b/gyp/android.gyp
new file mode 100644
index 0000000000..0a09edb6cd
--- /dev/null
+++ b/gyp/android.gyp
@@ -0,0 +1,5 @@
+{
+ 'includes': [
+ '../android/mapboxgl-app.gypi',
+ ],
+}