Fix static and shared library usage for acc and accRuntimeTest
This commit is contained in:
parent
b5d2ad66df
commit
a998b1c407
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue