Index: build/android/pylib/cmd_helper.py |
diff --git a/build/android/pylib/cmd_helper.py b/build/android/pylib/cmd_helper.py |
index daa4c71e783181ac8ce0d5ce4438fedd851905bd..de091ef76303c594f361de01036f6ea84141a08e 100644 |
--- a/build/android/pylib/cmd_helper.py |
+++ b/build/android/pylib/cmd_helper.py |
@@ -100,7 +100,7 @@ def GetCmdStatusAndOutput(args, cwd=None, shell=False): |
class OutDirectory(object): |
- _out_directory = os.path.join(constants.CHROME_DIR, 'out') |
+ _out_directory = os.path.join(constants.DIR_SOURCE_ROOT, 'out') |
@staticmethod |
def set(out_directory): |
OutDirectory._out_directory = out_directory |