Skip to content

Commit b6eb20a

Browse files
committed
Reland "Compile libcxx and libcxxabi for Android (flutter#6886)"
This reverts commit 983d70e. This will require flutter/buildroot#193.
1 parent 7375a0f commit b6eb20a

File tree

4 files changed

+721
-4
lines changed

4 files changed

+721
-4
lines changed

DEPS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ deps = {
140140
'src/third_party/harfbuzz':
141141
Var('fuchsia_git') + '/third_party/harfbuzz' + '@' + '02caec6c1c6ad996666788b8e920ccaec8b385e5',
142142

143+
'src/third_party/libcxx':
144+
Var('fuchsia_git') + '/third_party/libcxx' + '@' + 'c5a5fa59789213c7dae68d2e51cb28ef681d8257',
145+
146+
'src/third_party/libcxxabi':
147+
Var('fuchsia_git') + '/third_party/libcxxabi' + '@' + '1a9753522f1ae8d72848d365902f39e0d3d59a39',
148+
143149
# Chromium-style
144150
#
145151
# As part of integrating with Fuchsia, we should eventually remove all these

0 commit comments

Comments
 (0)