Skip to content

Commit

Permalink
Changes to get the profiler working for C code on Android. (flutter#3847
Browse files Browse the repository at this point in the history
)

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

Roll buildroot to b0b836d.
  • Loading branch information
rmacnak-google authored Jul 6, 2017
1 parent 2062ca1 commit 66fbeba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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
#
Expand Down
2 changes: 2 additions & 0 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion travis/licenses_golden/licenses_dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: d34d7b97577a93492f2c39e07e679483
Signature: eb629ddf50704f1fa03fc2517e868b1f

UNUSED LICENSES:

Expand Down

0 comments on commit 66fbeba

Please sign in to comment.