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

Unified Diff: infra/mb/mb_config.pyl

Issue 2383743002: [build] Use same symbol level as chromium for android (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 076af017baae5689dad70f187ef90ed91c03e1aa..2747be59093f1037335383b004434d4883521d2d 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -265,9 +265,11 @@
'gn_release_arm': [
'gn', 'release_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'],
'gn_release_android_arm': [
- 'gn', 'release_bot', 'arm', 'android', 'crosscompile', 'swarming'],
+ 'gn', 'release_bot', 'arm', 'android', 'crosscompile',
+ 'minimal_symbols', 'swarming'],
'gn_release_android_arm64': [
- 'gn', 'release_bot', 'arm64', 'android', 'crosscompile', 'swarming'],
+ 'gn', 'release_bot', 'arm64', 'android', 'crosscompile',
+ 'minimal_symbols', 'swarming'],
# GN release configs for x64.
'gn_release_x64': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698