From 3ff832786d48252264953ea4a93cb118608b99a8 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 7 May 2009 21:56:40 +0200 Subject: [PATCH] fix the build. Gaaah --- ndk/Android.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ndk/Android.mk diff --git a/ndk/Android.mk b/ndk/Android.mk new file mode 100644 index 000000000..1ce424de3 --- /dev/null +++ b/ndk/Android.mk @@ -0,0 +1,3 @@ +# Please keep this file empty. It is only used to avoid breaking the Android build +# when the NDK sources are stored in the git repository alongside the rest of the +# platform.