Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Android.mk « jni « app « android « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57619489396c068de59efb1f3109053f4cb330d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := main


#LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(SDL_PATH)/include

# Add your application source files here...
LOCAL_SRC_FILES :=main.c aEvent.c


LOCAL_LDLIBS := -lEGL -lGLESv2 -llog


include $(BUILD_SHARED_LIBRARY)