Merge "Fix native test static lib."

This commit is contained in:
Ying Wang 2010-07-21 17:11:26 -07:00 committed by Android (Google) Code Review
commit e3feba8ba1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ LOCAL_C_INCLUDES += bionic \
bionic/libstdc++/include \
external/gtest/include \
external/stlport/stlport
LOCAL_STATIC_LIBRARIES +=
LOCAL_STATIC_LIBRARIES += libgtest libgtest_main
LOCAL_SHARED_LIBRARIES += libstlport
ifndef LOCAL_MODULE_PATH