From b163ff856203f7629d1096fd6241efe807570041 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Dec 2014 16:52:57 +0000 Subject: [PATCH] From Adrian Clark, build fix for recent Android NDK using the old Android build approach. git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14621 16af8721-9629-0410-8352-f15c8da7e697 --- PlatformSpecifics/Android/Application.mk.master.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlatformSpecifics/Android/Application.mk.master.in b/PlatformSpecifics/Android/Application.mk.master.in index a21a8ee36..cdf782322 100644 --- a/PlatformSpecifics/Android/Application.mk.master.in +++ b/PlatformSpecifics/Android/Application.mk.master.in @@ -4,7 +4,7 @@ APP_PROJECT_PATH := $(call my-dir) APP_OPTIM := ${ANDROID_RELEASE_OPTIM} -APP_PLATFORM := ${ANDROID_PLATFORM} +APP_PLATFORM := android-${ANDROID_PLATFORM} APP_STL := ${ANDROID_STL} APP_CPPFLAGS := -fexceptions -frtti #APP_CPPFLAGS := -Os -mthumb-interwork -fno-short-enums