Skip to content

Commit

Permalink
Merge "Explicitly link libstdc++.a for static gtest executables."
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Cheng authored and Gerrit Code Review committed Apr 16, 2014
2 parents 0ac89b4 + e34bb09 commit d32bbe7
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 d32bbe7

Please sign in to comment.