| Index: scripts/slave/recipes/android/perf.py
|
| diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
|
| index ef37840fa73bf6bb5ec0d4038172d94b7e6343f0..11fcdbf01bcc11d7fdbd2b3e75b8d527c59467c2 100644
|
| --- a/scripts/slave/recipes/android/perf.py
|
| +++ b/scripts/slave/recipes/android/perf.py
|
| @@ -67,7 +67,7 @@
|
| testers = [
|
| _CreateTestSpec('Android Galaxy S5 Perf', 'android-galaxy-s5',
|
| required_apks=['ChromePublic.apk'], num_device_shards=7,
|
| - num_host_shards=3, target_bits=32),
|
| + num_host_shards=3, target_bits=32, enable_platform_mode=True),
|
| _CreateTestSpec('Android Nexus5 Perf', 'android-nexus5',
|
| required_apks=['ChromePublic.apk'], num_device_shards=7,
|
| num_host_shards=3, target_bits=32),
|
|
|