forked from openkylin/platform_build
Fix native test static lib.
Change-Id: I2ef5a4c913732a9a3211556493926f4883b4160e
This commit is contained in:
parent
c2bc4f9682
commit
475d8e9588
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue