Android NDK, error: undefined reference to function of .h file -


this android.mk file when compile error error while creating

my android.mk file

local_path := $(call my-dir) include $(clear_vars) local_module := libndk local_cflags := -dandroid_ndk \                 -ddisable_importgl local_src_files := serialport.c  local_cflags := -std=c99 local_ldlibs := -lglesv1_cm -ldl -llog include $(build_shared_library) 


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -