mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix Linux builds after Skia roll due to missing FontConfig target. (#3236)
This commit is contained in:
parent
036bc0d356
commit
d290cae378
2
DEPS
2
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
|
||||
#
|
||||
|
||||
@ -5,3 +5,5 @@ solutions = [{
|
||||
"managed" : False,
|
||||
"safesync_url": "",
|
||||
}]
|
||||
|
||||
target_os = ["android"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user