b163ff8562
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14621 16af8721-9629-0410-8352-f15c8da7e697
16 lines
421 B
Plaintext
16 lines
421 B
Plaintext
#ANDROID APPLICATION MAKEFILE
|
|
APP_BUILD_SCRIPT := $(call my-dir)/Android.mk
|
|
APP_PROJECT_PATH := $(call my-dir)
|
|
|
|
APP_OPTIM := ${ANDROID_RELEASE_OPTIM}
|
|
|
|
APP_PLATFORM := android-${ANDROID_PLATFORM}
|
|
APP_STL := ${ANDROID_STL}
|
|
APP_CPPFLAGS := -fexceptions -frtti
|
|
#APP_CPPFLAGS := -Os -mthumb-interwork -fno-short-enums
|
|
#APP_CPPFLAGS := -Wl,--no-undefined
|
|
|
|
APP_ABI := ${ANDROID_ABI}
|
|
|
|
APP_MODULES := $ENV{AND_OSG_LIB_NAMES}
|