android: Use LOCAL_LDLIBS to link libdl

Newer NDKs fail otherwise as there is no actual module anymore.
This commit is contained in:
Tobias Brunner
2017-07-03 10:27:50 +02:00
parent 74d44e15dc
commit ddd4d8b427
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -133,6 +133,6 @@ LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES += libdl
LOCAL_LDLIBS += -ldl
include $(BUILD_SHARED_LIBRARY)