| Index: build/scripts/slave/recipe_modules/chromium_android/api.py
|
| ===================================================================
|
| --- build/scripts/slave/recipe_modules/chromium_android/api.py (revision 252098)
|
| +++ build/scripts/slave/recipe_modules/chromium_android/api.py (working copy)
|
| @@ -107,8 +107,6 @@
|
|
|
| def envsetup(self):
|
| envsetup_cmd = [self.m.path.checkout('build', 'android', 'envsetup.sh')]
|
| - if self.target_arch:
|
| - envsetup_cmd += ['--target-arch=%s' % self.target_arch]
|
|
|
| cmd = ([self.m.path.build('scripts', 'slave', 'env_dump.py'),
|
| '--output-json', self.m.json.output()] + envsetup_cmd)
|
|
|