| Index: tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py
 | 
| diff --git a/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py
 | 
| index 98602fe3b2392bca93ca4a9413b2ff47e83e883d..3dd3eae20e9a44285551bf679a91d7abab22c93b 100644
 | 
| --- a/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py
 | 
| +++ b/tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py
 | 
| @@ -4,10 +4,12 @@
 | 
|  
 | 
|  import os
 | 
|  
 | 
| +from telemetry.core import util
 | 
|  from telemetry.core.backends.chrome import android_browser_finder
 | 
|  from telemetry.core.platform import profiler
 | 
|  from telemetry.util import support_binaries
 | 
|  
 | 
| +util.AddDirToPythonPath(util.GetChromiumSrcDir(), 'build', 'android')
 | 
|  from pylib.device import intent
 | 
|  
 | 
|  class UnableToFindApplicationException(Exception):
 | 
| 
 |