| Index: build/android/gyp/push_libraries.py | 
| diff --git a/build/android/gyp/push_libraries.py b/build/android/gyp/push_libraries.py | 
| index a8fbc0ce0e8fb590a9942f950e6f62acd3ee48a1..b94d6b5ebf800e6c527a9fdff00a9d47722948c4 100755 | 
| --- a/build/android/gyp/push_libraries.py | 
| +++ b/build/android/gyp/push_libraries.py | 
| @@ -35,7 +35,7 @@ def DoPush(options): | 
|  | 
| def Push(): | 
| if needs_directory: | 
| -        adb.RunShellCommand('mkdir ' + options.device_dir) | 
| +        adb.RunShellCommand('mkdir -p ' + options.device_dir) | 
| needs_directory[:] = [] # = False | 
| adb.PushIfNeeded(host_path, device_path) | 
|  | 
|  |