Commit 92d5e42a authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[build] Add android platform to official-archive file filter

TBR=mathias@chromium.org
NOTRY=true

Bug: v8:5918
Change-Id: Ifcc1b2dc3aa230f30893deb0209eafa31384a263
Reviewed-on: https://chromium-review.googlesource.com/554772
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46316}
parent 2f5e0bac
...@@ -33,6 +33,7 @@ SUPPLEMENTARY_FILES = [ ...@@ -33,6 +33,7 @@ SUPPLEMENTARY_FILES = [
] ]
LIBRARY_FILES = { LIBRARY_FILES = {
'android': ['*.a', '*.so'],
'linux': ['*.a', '*.so'], 'linux': ['*.a', '*.so'],
'mac': ['*.a', '*.so'], 'mac': ['*.a', '*.so'],
'win': ['*.lib', '*.dll'], 'win': ['*.lib', '*.dll'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment