Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Updated for NDK R5
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 2, 2011
1 parent 709e965 commit 31ab2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Makefile.android
Expand Up @@ -2,9 +2,8 @@

include ./android/config.cfg #get ANDROID_NDK

TOOLS_PATH=$(ANDROID_NDK)/build/prebuilt/linux-x86/arm-eabi-4.2.1/bin
ANDROID_INCLUDES = -I$(ANDROID_NDK)/build/platforms/android-4/common/include \
-I$(ANDROID_NDK)/build/platforms/android-4/arch-arm/usr/include
TOOLS_PATH=$(ANDROID_NDK)/toolchains/arm-eabi-4.4.0/prebuilt/darwin-x86/bin
ANDROID_INCLUDES = -I$(ANDROID_NDK)/platforms/android-4/arch-arm/usr/include
INCLUDE = -I./include
CFLAGS = -g -O2 $(INCLUDE) $(ANDROID_INCLUDES) -DANDROID -DANDROID_NDK -static

Expand Down
2 changes: 1 addition & 1 deletion android/config.cfg
@@ -1 +1 @@
ANDROID_NDK=/home/paul/Projects/gsoc/sdk/android-ndk-r4
ANDROID_NDK=/Users/hercules/tmp/android-ndk-r5

0 comments on commit 31ab2ca

Please sign in to comment.