Fix static and shared library usage for acc and accRuntimeTest

This commit is contained in:
Jack Palevich 2009-11-12 16:06:28 +08:00
parent b5d2ad66df
commit a998b1c407
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,9 @@ LOCAL_STATIC_LIBRARIES := \
libacc \
libcutils
LOCAL_LDLIBS := -ldl
LOCAL_MODULE_TAGS := tests
include $(BUILD_HOST_EXECUTABLE)
@ -47,6 +50,8 @@ LOCAL_STATIC_LIBRARIES := \
libacc \
libcutils
LOCAL_LDLIBS := -ldl
LOCAL_MODULE_TAGS := tests
include $(BUILD_HOST_EXECUTABLE)