diff --git a/app/Makefile b/app/Makefile index 5b92973..732820c 100644 --- a/app/Makefile +++ b/app/Makefile @@ -31,7 +31,7 @@ LDFLAGS += -s LDFLAGS += -lm -lGLESv3 -lEGL -landroid -llog -lOpenSLES LDFLAGS += -shared -uANativeActivity_onCreate # locatoins of "mostly c" source files -SRC?=./src/nativecode/test.c +SRC?=./src/nativecode/main.c RAWDRAWANDROIDSRCS=./src/nativecode/android_native_app_glue.c ANDROIDSRCS:= $(SRC) $(RAWDRAWANDROIDSRCS) diff --git a/app/src/nativecode/test.c b/app/src/nativecode/main.c similarity index 99% rename from app/src/nativecode/test.c rename to app/src/nativecode/main.c index 04fc704..7b69c87 100644 --- a/app/src/nativecode/test.c +++ b/app/src/nativecode/main.c @@ -10,7 +10,7 @@ #include #include #include -#include +//SENSORSTURFF #include #include #include #include @@ -20,7 +20,7 @@ #define CNFG_IMPLEMENTATION #define CNFG3D -//#include "cnfa/CNFA.h" +//AUDIO //#include "cnfa/CNFA.h" #include "CNFG.h" //webview//#define WEBVIEW_NATIVE_ACTIVITY_IMPLEMENTATION