From 8a4bb58bdad18f5a213a9e02ef4829a331fe9637 Mon Sep 17 00:00:00 2001 From: iwgeric Date: Fri, 28 Mar 2014 08:13:47 -0400 Subject: [PATCH] add native bullet build properties to gradle.properties in root project --- gradle.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0df1c0e51..bb8c2a9fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,9 @@ buildNativeProjects = true # Path to android NDK for building native libraries #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7 -ndkPath = D:/android/android-ndk-r8e +ndkPath = D:/android/android-ndk-r8ed + +# Path for downloading native Bullet +bulletUrl = http://bullet.googlecode.com/files/bullet-2.82-r2704.zip +bulletFolder = bullet-2.82-r2704 +bulletZipFile = bullet.zip