Merge "Explicitly link libstdc++.a for static gtest executables."

This commit is contained in:
Ben Cheng 2014-04-16 17:03:21 +00:00 committed by Gerrit Code Review
commit d32bbe7d06
1 changed files with 1 additions and 0 deletions

View File

@ -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