| Index: build/android/pylib/utils/device_dependencies.py
|
| diff --git a/build/android/pylib/utils/device_dependencies.py b/build/android/pylib/utils/device_dependencies.py
|
| index dc9b01f7dd59cd1f88a54f0a0552005663d14afe..9046122216580672f3047c42c13910508ab53901 100644
|
| --- a/build/android/pylib/utils/device_dependencies.py
|
| +++ b/build/android/pylib/utils/device_dependencies.py
|
| @@ -14,6 +14,7 @@ _BLACKLIST = [
|
| re.compile(r'.*\.so'), # Libraries packed into .apk.
|
| re.compile(r'.*Mojo.*manifest\.json'), # Some source_set()s pull these in.
|
| re.compile(r'.*\.py'), # Some test_support targets include python deps.
|
| + re.compile(r'.*\.stamp'), # Stamp files should never be included.
|
|
|
| # Some test_support targets include python deps.
|
| re.compile(r'.*\.mojom\.js'),
|
|
|