提交 66fbebac 编写于 作者: R Ryan Macnak 提交者: GitHub

Changes to get the profiler working for C code on Android. (#3847)

Roll Dart VM to daa38a2ea21d290e45adb509dc60418b22ec7eba for fix to Thumb profile sample collection.

Roll buildroot to b0b836db790abff26695a944224a4934480f2f48.
上级 2062ca14
......@@ -28,9 +28,9 @@ vars = {
# dependencies of Dart are also updated to match the entries in the
# Dart SDK's DEPS file for that revision of Dart. The DEPS file for
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //dart/tools/create_updated_fluter_deps.py to produce
# You can use //tools/dart/create_updated_fluter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'f445c318184b30b3db997ac27f357bcb5d45670a',
'dart_revision': 'daa38a2ea21d290e45adb509dc60418b22ec7eba',
'dart_args_tag': '0.13.7',
'dart_async_tag': 'daf66909019d2aaec1721fc39d94ea648a9fdc1d',
......@@ -75,7 +75,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '214524470c62170604261d1bed7270015c54a9b4',
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'b0b836db790abff26695a944224a4934480f2f48',
# Fuchsia compatibility
#
......
......@@ -156,6 +156,8 @@ def to_gn_args(args):
gn_args['skia_use_vulkan'] = True
gn_args['skia_vulkan_headers'] = "//third_party/vulkan/src"
gn_args['enable_profiling'] = args.runtime_mode != 'release'
return gn_args
def parse_args(args):
......
Signature: d34d7b97577a93492f2c39e07e679483
Signature: eb629ddf50704f1fa03fc2517e868b1f
UNUSED LICENSES:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册