Mercurial > sdl-ios-xcode
view android/project/jni/Android.mk @ 4762:833a225613e2
Cleanup from the Android commit
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Aug 2010 12:35:34 -0700 |
parents | 9076cdb027af |
children |
line wrap: on
line source
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := sdlapp SDL := ../../../ LOCAL_CFLAGS := -DANDROID_NDK \ -DDISABLE_IMPORTGL \ -I$(SDL)/include LOCAL_SRC_FILES := \ android-support.cpp \ lesson05.c \ LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lSDL -lgcc -L$(SDL) include $(BUILD_SHARED_LIBRARY)