From a2211371e39f48e8e96bb684350d3c5d0fa65ca2 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 23 Jul 2018 18:03:45 -0700 Subject: [PATCH] Update tonic to pull in Android build fixes. (flutter/engine#5834) --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 94b2ae3c0e..ad041a6b2a 100644 --- a/DEPS +++ b/DEPS @@ -126,7 +126,7 @@ deps = { Var('fuchsia_git') + '/garnet' + '@' + 'b7492b5f34e32248b164eb48ae8e67995aebda67', 'src/third_party/tonic': - Var('fuchsia_git') + '/tonic' + '@' + '81fc7ad248fba238a71b04d34595edbe37128346', + Var('fuchsia_git') + '/tonic' + '@' + '57d508b12462db686573edcbc97891d90cf92f90', 'src/third_party/benchmark': Var('fuchsia_git') + '/third_party/benchmark' + '@' + '296537bc48d380adf21567c5d736ab79f5363d22',