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

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

Issue 1275223003: Ensure that android "release" apps are signed with debug key (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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/bin/android_install_app ('k') | no next file » | 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 4e32fcbf7db742acad46484d8ae8244c1ecf67f6..47dbf7ac8cad6269bbfa7b77735219777d3f1018 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -39,7 +39,7 @@
'android_variant%': "mips64",
}],
[ 'android_buildtype == "Release"', {
- 'android_apk_suffix': "release-unsigned.apk",
+ 'android_apk_suffix': "release.apk",
}, {
'android_apk_suffix': "debug.apk",
}],
« no previous file with comments | « platform_tools/android/bin/android_install_app ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698