From d290cae378ba55e95dda793a7ab846bf69c1b97e Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Thu, 17 Nov 2016 14:07:10 -0800 Subject: [PATCH] Fix Linux builds after Skia roll due to missing FontConfig target. (#3236) --- DEPS | 2 +- travis/gclient | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 09a408c1caa..6b4d3bd4147 100644 --- a/DEPS +++ b/DEPS @@ -47,7 +47,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '8e0347319b586cc29650e5bd878ddf73a3a6823d', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'f0135c944330591d01ffd0c685fb7ecd82253497', # Fuchsia compatibility # diff --git a/travis/gclient b/travis/gclient index d89fe98de2b..030049953ea 100644 --- a/travis/gclient +++ b/travis/gclient @@ -5,3 +5,5 @@ solutions = [{ "managed" : False, "safesync_url": "", }] + +target_os = ["android"]