Skip to content

Commit

Permalink
Reland "Compile libcxx and libcxxabi for Android (flutter#6886)" (fl…
Browse files Browse the repository at this point in the history
…utter#7160)

This reverts commit a8d5582.
  • Loading branch information
goderbauer authored Dec 12, 2018
1 parent 25b58c0 commit 31e6861
Show file tree
Hide file tree
Showing 4 changed files with 722 additions and 5 deletions.
8 changes: 7 additions & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ allowed_hosts = [
]

deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '29a5d76757ec12655c0562b317830f669bd44ea7',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '466a8d1bf8403c35cd5a2dffe958087ba31504f7',

# Fuchsia compatibility
#
Expand All @@ -140,6 +140,12 @@ deps = {
'src/third_party/harfbuzz':
Var('fuchsia_git') + '/third_party/harfbuzz' + '@' + '02caec6c1c6ad996666788b8e920ccaec8b385e5',

'src/third_party/libcxx':
Var('fuchsia_git') + '/third_party/libcxx' + '@' + 'c5a5fa59789213c7dae68d2e51cb28ef681d8257',

'src/third_party/libcxxabi':
Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '1a9753522f1ae8d72848d365902f39e0d3d59a39',

# Chromium-style
#
# As part of integrating with Fuchsia, we should eventually remove all these
Expand Down
Loading

0 comments on commit 31e6861

Please sign in to comment.