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

Unified Diff: platform_tools/android/bin/android_install_app

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/apps/sample_app/build.gradle ('k') | platform_tools/android/gyp/skia_android.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_install_app
diff --git a/platform_tools/android/bin/android_install_app b/platform_tools/android/bin/android_install_app
index 83b879f444d6f489eb92ab39047a274435eef883..01a792e9f9742953b6953b5fd7c3f12b1925adb0 100755
--- a/platform_tools/android/bin/android_install_app
+++ b/platform_tools/android/bin/android_install_app
@@ -56,7 +56,7 @@ fi
if [[ "$BUILDTYPE" == "Release" ]];
then
- apk_suffix="release-unsigned.apk"
+ apk_suffix="release.apk"
else
apk_suffix="debug.apk"
fi
« no previous file with comments | « platform_tools/android/apps/sample_app/build.gradle ('k') | platform_tools/android/gyp/skia_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698