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

Unified Diff: scripts/slave/recipes/flutter/engine.py

Issue 2252473003: Build the Flutter engine for android_debug and then the dist target (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 | « no previous file | scripts/slave/recipes/flutter/engine.expected/linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/flutter/engine.py
diff --git a/scripts/slave/recipes/flutter/engine.py b/scripts/slave/recipes/flutter/engine.py
index 833c2ebb86ecbff6afd7af5fb348852cd12a577f..fc91eaac7f579cf412917bb28d6cb0fae6d3dac3 100644
--- a/scripts/slave/recipes/flutter/engine.py
+++ b/scripts/slave/recipes/flutter/engine.py
@@ -125,6 +125,7 @@ def BuildLinuxAndroidArm(api):
'gen/sky/shell/shell/classes.dex.jar',
]
RunGN(api, '--android')
+ Build(api, 'android_debug')
Build(api, 'android_debug', ':dist')
UploadArtifacts(api, 'android-arm', [
'build/android/ant/chromium-debug.keystore',
« no previous file with comments | « no previous file | scripts/slave/recipes/flutter/engine.expected/linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698