Skip to content

Commit

Permalink
Explicitly link libstdc++.a for static gtest executables.
Browse files Browse the repository at this point in the history
Change-Id: I29e3a4036264acd00dfa3229c9d0fc52ee20830e
  • Loading branch information
Ben Cheng committed Apr 16, 2014
1 parent 22261a3 commit e34bb09
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 e34bb09

Please sign in to comment.