Mark
Results
2
comments of
Mark
Wondering if there is any news on this...
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 :=...