| 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 a0cd7c12eee06df60e4539b775af639275f9e830..aa0b8ec4dcda4bffd8ef60a854959b690c344460 100644
|
| --- a/build/android/gyp/util/build_utils.py
|
| +++ b/build/android/gyp/util/build_utils.py
|
| @@ -24,7 +24,7 @@ COLORAMA_ROOT = os.path.join(CHROMIUM_SRC,
|
| 'third_party', 'colorama', 'src')
|
| # aapt should ignore OWNERS files in addition the default ignore pattern.
|
| AAPT_IGNORE_PATTERN = ('!OWNERS:!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:' +
|
| - '!CVS:!thumbs.db:!picasa.ini:!*~')
|
| + '!CVS:!thumbs.db:!picasa.ini:!*~:!*.d.stamp')
|
|
|
|
|
| @contextlib.contextmanager
|
|
|