diff --git a/ndk/sources/android/libportable/Android.mk b/ndk/sources/android/libportable/Android.mk index 6f5f5c11d..1ad844073 100644 --- a/ndk/sources/android/libportable/Android.mk +++ b/ndk/sources/android/libportable/Android.mk @@ -39,7 +39,6 @@ LOCAL_SRC_FILES := \ $(libportable_src_files) LOCAL_WHOLE_STATIC_LIBRARIES += cpufeatures - -LOCAL_SHARED_LIBRARIES += liblog +LOCAL_SHARED_LIBRARIES += liblog libdl include $(BUILD_SHARED_LIBRARY)