Mercurial > sdl-ios-xcode
view android/testproject/jni/Android.mk @ 4706:12c9d4532b49
Testing out pthread support in android. Appears to work.
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Fri, 18 Jun 2010 00:02:13 +1200 |
parents | 611d39792201 |
children | f3f65cb6a382 |
line wrap: on
line source
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := sanangeles LOCAL_CFLAGS := -DANDROID_NDK \ -DDISABLE_IMPORTGL LOCAL_SRC_FILES := \ importgl.c \ app-android.c \ LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog include $(BUILD_SHARED_LIBRARY)