Skip to content

Commit

Permalink
Move libunwind libc++ logic into libc++.
Browse files Browse the repository at this point in the history
Test: ./run_tests.py --filter 'libcxx-unwind*' # for armeabi and x86
Bug: None
Change-Id: I0e2de2abf9c8c9f9299bd4fab95f55eb5e9c3b8a
  • Loading branch information
DanAlbert committed Sep 27, 2016
1 parent a2244bc commit 192d726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/core/definitions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,7 @@ $(call ndk-stl-register,\
$(call ndk-stl-register,\
c++_static,\
cxx-stl/llvm-libc++,\
c++_static libc++abi libunwind android_support,\
c++_static libc++abi android_support,\
,\
-ldl\
)
Expand All @@ -2120,7 +2120,7 @@ $(call ndk-stl-register,\
$(call ndk-stl-register,\
c++_shared,\
cxx-stl/llvm-libc++,\
libandroid_support libunwind,\
libandroid_support,\
c++_shared,\
\
)
Expand Down

0 comments on commit 192d726

Please sign in to comment.