Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: platform_tools/android/gyp/skia_android.gypi

Issue 1926743002: Upgrade Android Gradle plugins (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platform_tools/android/apps/vulkanviewer/build.gradle ('k') | platform_tools/android/gyp/vulkanviewer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
}],
],
},
« no previous file with comments | « platform_tools/android/apps/vulkanviewer/build.gradle ('k') | platform_tools/android/gyp/vulkanviewer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698