diff options
author | Leith Bade <leith@mapbox.com> | 2015-10-25 01:07:16 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-10-25 01:07:16 +1100 |
commit | 39911e581c7bc82116c1c70608f246924de33b85 (patch) | |
tree | a66716809ec61f742f1d1fbec5297a68504adfd2 /gyp | |
parent | d2e01290ebc1f9b894b4b2d05e0e7c22d876e40b (diff) | |
download | qtlocation-mapboxgl-39911e581c7bc82116c1c70608f246924de33b85.tar.gz |
[android] Move android files
Fixes #2032
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/android.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/android.gyp b/gyp/android.gyp index 0a09edb6cd..fbeb4a647b 100644 --- a/gyp/android.gyp +++ b/gyp/android.gyp @@ -1,5 +1,5 @@ { 'includes': [ - '../android/mapboxgl-app.gypi', + '../platform/android/mapboxgl-app.gypi', ], } |