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

Unified Diff: tools/cr/cr/base/arch.py

Issue 171903002: android envsetup: Stop honoring --target-arch parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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
« tools/cr/cr/base/android.py ('K') | « tools/cr/cr/base/android.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cr/cr/base/arch.py
diff --git a/tools/cr/cr/base/arch.py b/tools/cr/cr/base/arch.py
index 743ac8efe477de6818fda2f3f9e8f826ae685595..dfc9e165377c1beabfd5eb3b174586c30598055f 100644
--- a/tools/cr/cr/base/arch.py
+++ b/tools/cr/cr/base/arch.py
@@ -29,14 +29,14 @@ class Arch(cr.Plugin, cr.Plugin.Type):
class IA32Arch(Arch):
ACTIVE = cr.Config.From(
- CR_ENVSETUP_ARCH='x86',
+ CR_ENVSETUP_ARCH='ia32',
iancottrell 2014/02/19 09:58:21 I think rather than repurpose this variable, we sh
)
class Mips32Arch(Arch):
ACTIVE = cr.Config.From(
- CR_ENVSETUP_ARCH='mips',
+ CR_ENVSETUP_ARCH='mipsel',
)
@property
« tools/cr/cr/base/android.py ('K') | « tools/cr/cr/base/android.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698