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

Change-Id: I29e3a4036264acd00dfa3229c9d0fc52ee20830e
This commit is contained in:
Ben Cheng 2014-04-15 14:52:16 -07:00
parent 22261a3f9b
commit e34bb09eab
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