| Index: build/android/avd.py
 | 
| diff --git a/build/android/avd.py b/build/android/avd.py
 | 
| index 8f4bc820fda97acb4101d2f0b8311ac6a9867770..c9f73bfea109f0cba7c71c767f52f1d66cd3b103 100755
 | 
| --- a/build/android/avd.py
 | 
| +++ b/build/android/avd.py
 | 
| @@ -14,6 +14,7 @@ import os
 | 
|  import re
 | 
|  import sys
 | 
|  
 | 
| +import devil_chromium
 | 
|  import install_emulator_deps
 | 
|  
 | 
|  from devil.utils import cmd_helper
 | 
| @@ -62,6 +63,8 @@ def main(argv):
 | 
|  
 | 
|    logging.root.setLevel(logging.INFO)
 | 
|  
 | 
| +  devil_chromium.Initialize()
 | 
| +
 | 
|    if arguments.command == 'kill':
 | 
|      logging.info('Killing all existing emulator and existing the program')
 | 
|      emulator.KillAllEmulators()
 | 
| 
 |