Index: platform_tools/android/gyp/skia_android.gypi |
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi |
index 7767183bd1ee18d306ced39b4828ceaf50725ada..29342d97fdb52e50028cd926a75ee492d7cd4961 100644 |
--- a/platform_tools/android/gyp/skia_android.gypi |
+++ b/platform_tools/android/gyp/skia_android.gypi |
@@ -38,10 +38,12 @@ |
'android_arch%': "mips64", |
'android_variant%': "mips64", |
}], |
- [ 'android_buildtype == "Release"', { |
- 'android_apk_suffix': "release.apk", |
- }, { |
+ [ 'android_buildtype == "Debug"', { |
'android_apk_suffix': "debug.apk", |
+ }, { |
+ # This also accounts for Release_Developer BUILDTYPE |
+ 'android_buildtype': "Release", |
+ 'android_apk_suffix': "release.apk", |
}], |
], |
}, |