| Index: build/android/gyp/util/build_utils.py
|
| diff --git a/build/android/gyp/util/build_utils.py b/build/android/gyp/util/build_utils.py
|
| index 81041ef2f9bf6843e0e00dbbc779db05a34ff5c6..e8729ec8f720829bd8393061620e0b5baef31ed7 100644
|
| --- a/build/android/gyp/util/build_utils.py
|
| +++ b/build/android/gyp/util/build_utils.py
|
| @@ -215,8 +215,7 @@ def ExtractAll(zip_path, path=None, no_clobber=True, pattern=None):
|
| raise Exception(
|
| 'Path already exists from zip: %s %s %s'
|
| % (zip_path, name, output_path))
|
| -
|
| - z.extractall(path=path)
|
| + z.extract(name, path)
|
|
|
|
|
| def DoZip(inputs, output, base_dir=None):
|
|
|