android_libs
android_libs copied to clipboard
Undefined modules tmglib
Hi, I am trying to build this project using Android Studio 2.3.3 on Mac Os. But I am getting following error: Module testlapack depends on undefined modules: tmglib
I think you can comment this out in the Android.mk file for lapack:
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)
LOCAL_EXPORT_LDLIBS := $(LOCAL_LDLIBS)
include $(BUILD_STATIC_LIBRARY)
#include $(CLEAR_VARS)
#LOCAL_MODULE:= testlapack
#LOCAL_SRC_FILES:= testclapack.cpp
#LOCAL_STATIC_LIBRARIES := lapack
#include $(BUILD_SHARED_LIBRARY)