未验证 提交 eb92b095 编写于 作者: D Dan Field 提交者: GitHub

Roll buildroot and update gn script for bitcode_marker (#11449)

上级 fe68717e
......@@ -137,7 +137,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'dbb274c492734c27c6b3b760b70151f8cb0b6d2e',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '6a9ad927d501bf781811da82269e9c975c6d82b7',
# Fuchsia compatibility
#
......
......@@ -89,6 +89,8 @@ def to_gn_args(args):
if args.bitcode:
if args.target_os != 'ios':
raise Exception('Bitcode is only supported for iOS')
if runtime_mode == 'debug':
gn_args['bitcode_marker'] = True
gn_args['enable_bitcode'] = args.bitcode
......@@ -331,7 +333,7 @@ def parse_args(args):
help='Force building the GLFW shell on desktop platforms where it is not built by default.')
parser.add_argument('--bitcode', default=False, action='store_true',
help='Enable bitcode for iOS targets.')
help='Enable bitcode for iOS targets. On debug runtime modes, this will be a marker only.')
return parser.parse_args(args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册