| Index: build/android/pylib/host_driven/test_case.py
|
| diff --git a/build/android/pylib/host_driven/test_case.py b/build/android/pylib/host_driven/test_case.py
|
| index 7ce1c307827d6ca6de6f7c1e513bea86d0795dae..2fbcae8b5128774d2bcb6ba8aaae3b1db97f9ec8 100644
|
| --- a/build/android/pylib/host_driven/test_case.py
|
| +++ b/build/android/pylib/host_driven/test_case.py
|
| @@ -68,9 +68,10 @@ class HostDrivenTestCase(object):
|
| def TearDown(self):
|
| pass
|
|
|
| + # TODO(craigdh): Remove GetOutDir once references have been removed
|
| + # downstream.
|
| def GetOutDir(self):
|
| - return os.path.join(os.environ['CHROME_SRC'], 'out',
|
| - constants.GetBuildType())
|
| + return constants.GetOutDirectory()
|
|
|
| def Run(self):
|
| logging.info('Running host-driven test: %s', self.tagged_name)
|
|
|