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

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

Issue 1306953006: Run Appurify bot in release mode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: sign 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/visualbench/build.gradle ('k') | tools/buildbot_spec.py » ('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 92ee5ddd9d4ead5c60b5cc474544acc9f7ed7dfd..e724a4dffe2005d23c2064bf99095e347b26d4cb 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -39,9 +39,11 @@
'android_variant%': "mips64",
}],
[ 'android_buildtype == "Release"', {
- 'android_apk_suffix': "release.apk",
+ 'android_apk_suffix': 'release.apk',
+ 'android_test_apk_suffix': 'release-androidTest.apk',
}, {
- 'android_apk_suffix': "debug.apk",
+ 'android_apk_suffix': 'debug.apk',
+ 'android_test_apk_suffix': 'debug-androidTest-unaligned.apk',
djsollen 2015/08/31 16:09:37 I'm not sure these new suffix variables are correc
djsollen 2015/08/31 16:16:08 Looking at it some more I think the changes to thi
borenet 2015/08/31 16:18:34 Yeah, I think you're right. Removed the changes t
}],
],
},
@@ -198,7 +200,7 @@
}],
],
'outputs': [
- '<(android_base)/apps/visualbench/build/outputs/apk/visualbench-<(android_variant)-debug-androidTest-unaligned.apk',
+ '<(android_base)/apps/visualbench/build/outputs/apk/visualbench-<(android_variant)-<(android_test_apk_suffix)',
],
'action': [
'<(android_base)/apps/gradlew',
« no previous file with comments | « platform_tools/android/apps/visualbench/build.gradle ('k') | tools/buildbot_spec.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698