forked from openkylin/platform_build
Merge "Explicitly link libstdc++.a for static gtest executables."
This commit is contained in:
commit
d32bbe7d06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue