# HG changeset patch
# User Xeli
# Date 1327366768 -3600
# Node ID 2abf9ea19a38334fb15ba26d8f0e78e381296865
# Parent  5f15b4026b195536e3c1b4613aefe0123ba3c4c0
these are needed for ndk-build or it won't know what api to build it for

diff -r 5f15b4026b19 -r 2abf9ea19a38 project_files/Android-build/CMakeLists.txt
--- a/project_files/Android-build/CMakeLists.txt	Tue Jan 24 01:03:33 2012 +0100
+++ b/project_files/Android-build/CMakeLists.txt	Tue Jan 24 01:59:28 2012 +0100
@@ -61,6 +61,7 @@
 MESSAGE(STATUS "Creating Makefile.android...")
 
 configure_file(Templates/Makefile.android .)
+configure_file(Templates/default.properties SDL-android-project/)
 
 find_program(ANDROID android "${ANDROID_SDK}" "${ANDROID_SDK}/tools")
 if(ANDROID)
diff -r 5f15b4026b19 -r 2abf9ea19a38 project_files/Android-build/Templates/default.properties
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/Android-build/Templates/default.properties	Tue Jan 24 01:59:28 2012 +0100
@@ -0,0 +1,2 @@
+target=android-${ANDROID_SDK_API_LVL}
+