am 10fc4be1: a3dconvert: add -ldl for host builds
* commit '10fc4be16b2408c5e65d157407ede8dfcd8a88c1': a3dconvert: add -ldl for host builds
This commit is contained in:
@@ -41,7 +41,7 @@ LOCAL_C_INCLUDES += external/collada/include/1.4
|
||||
LOCAL_C_INCLUDES += frameworks/base/libs/rs
|
||||
LOCAL_C_INCLUDES += $(intermediates)
|
||||
|
||||
LOCAL_LDLIBS := -lpthread
|
||||
LOCAL_LDLIBS := -ldl -lpthread
|
||||
LOCAL_STATIC_LIBRARIES += libRS libutils libcutils
|
||||
LOCAL_STATIC_LIBRARIES += colladadom libtinyxml libpcrecpp libpcre
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user