Chromium Code Reviews| Index: build/android/gyp/package_resources.py |
| diff --git a/build/android/gyp/package_resources.py b/build/android/gyp/package_resources.py |
| index f34578f72e60e2ad137ef7feb433c6df474254df..6444ed9f225abc1ab78004f5b9171d2a1da6f216 100755 |
| --- a/build/android/gyp/package_resources.py |
| +++ b/build/android/gyp/package_resources.py |
| @@ -126,6 +126,7 @@ def main(): |
| '-I', android_jar, |
| '-F', options.apk_path, |
| + '--ignore-assets', build_utils.AAPT_IGNORE_PATTERN, |
| ] |
| if options.no_compress: |