diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-16 15:24:37 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-16 16:06:45 -0800 |
commit | 2b782308e5bf0e33f2267499630f25006b451cf7 (patch) | |
tree | 324382c751461325896859739d37fa18dceeaf87 /gyp | |
parent | 989690c4af315568eb44ebd1627a05abdd4179a3 (diff) | |
download | qtlocation-mapboxgl-2b782308e5bf0e33f2267499630f25006b451cf7.tar.gz |
[android] Simplify structure for native files
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/http-android.gypi | 3 | ||||
-rw-r--r-- | gyp/platform-android.gypi | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/gyp/http-android.gypi b/gyp/http-android.gypi index 0a49644e09..adf4326a07 100644 --- a/gyp/http-android.gypi +++ b/gyp/http-android.gypi @@ -7,12 +7,11 @@ 'hard_dependency': 1, 'sources': [ - '../platform/android/http_request_android.cpp', + '../platform/android/src/http_request_android.cpp', ], 'include_dirs': [ '../include', - '../platform/android/include', '../src', ], diff --git a/gyp/platform-android.gypi b/gyp/platform-android.gypi index 73fa264f1d..b66c297c6e 100644 --- a/gyp/platform-android.gypi +++ b/gyp/platform-android.gypi @@ -10,8 +10,8 @@ ], 'sources': [ - '../platform/android/log_android.cpp', - '../platform/android/asset_root.cpp', + '../platform/android/src/log_android.cpp', + '../platform/android/src/asset_root.cpp', '../platform/default/async_task.cpp', '../platform/default/run_loop.cpp', '../platform/default/thread.cpp', @@ -47,7 +47,6 @@ 'include_dirs': [ '../include', - '../platform/android/include', '../src', ], |