Fix Linux builds after Skia roll due to missing FontConfig target. (#3236)

This commit is contained in:
Chinmay Garde 2016-11-17 14:07:10 -08:00 committed by GitHub
parent 036bc0d356
commit d290cae378
2 changed files with 3 additions and 1 deletions

2
DEPS
View File

@ -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
#

View File

@ -5,3 +5,5 @@ solutions = [{
"managed" : False,
"safesync_url": "",
}]
target_os = ["android"]