Skip to content

Commit

Permalink
am d32bbe7: Merge "Explicitly link libstdc++.a for static gtest execu…
Browse files Browse the repository at this point in the history
…tables."

* commit 'd32bbe7d060ac92c062a6d57c747ffc319aa5f86':
  Explicitly link libstdc++.a for static gtest executables.
  • Loading branch information
Ben Cheng authored and Android Git Automerger committed Apr 16, 2014
2 parents 6e3bbf6 + d32bbe7 commit 6350c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/target_test_internal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ LOCAL_C_INCLUDES += bionic \
bionic/libstdc++/include \
external/stlport/stlport
LOCAL_SHARED_LIBRARIES += libstlport
LOCAL_STATIC_LIBRARIES += libstdc++
endif

ifndef LOCAL_MODULE_PATH
Expand Down

0 comments on commit 6350c21

Please sign in to comment.