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

Unified Diff: build/android/pylib/cmd_helper.py

Issue 11419020: Android: fixes FYI builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: build/android/pylib/cmd_helper.py
diff --git a/build/android/pylib/cmd_helper.py b/build/android/pylib/cmd_helper.py
index 0058782a3e6bb5fb61ae3554f1b255945f291f71..b6bbac7b0f170f174000198e0f1f5fd1200997e4 100644
--- a/build/android/pylib/cmd_helper.py
+++ b/build/android/pylib/cmd_helper.py
@@ -68,7 +68,7 @@ def GetCmdStatusAndOutput(args, cwd=None, shell=False):
return (exit_code, stdout)
class OutDirectory(object):
- _out_directory = constants.CHROME_DIR
+ _out_directory = os.path.join(constants.CHROME_DIR, 'out')
@staticmethod
def set(out_directory):
OutDirectory._out_directory = out_directory
« 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