diff options
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index bf4e4d9..1971083 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -8,6 +8,7 @@ 'targets': [ { 'target_name': 'temporary_android_dummy_target', + 'type': 'none', 'dependencies': [ 'all.gyp:*', ], |