Remove deprecated --bitcode flag (flutter/engine#36635)

This commit is contained in:
Jenn Magder 2022-10-06 12:57:08 -07:00 committed by GitHub
parent da87c7cab3
commit 6a9181552b

View File

@ -874,13 +874,6 @@ def parse_args(args):
help='Do not build the example embedders using the Embedder API.'
)
parser.add_argument(
'--bitcode',
default=False,
action='store_false',
help='Deprecated, bitcode no longer supported.'
)
parser.add_argument(
'--stripped',
default=True,