diff options
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', ], |