From 85367467d63fba00e379bcd347baf9b71c33dbb9 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Fri, 21 Feb 2014 23:22:27 -0500 Subject: [PATCH] Allow Ant to use the existing NDK path variable inline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “ndk.dir” has to be manually set in the local.properties file “android update project” only covers auto-import of the sdk --- shell/android/build.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/android/build.xml b/shell/android/build.xml index 681f986ca..d931a0254 100644 --- a/shell/android/build.xml +++ b/shell/android/build.xml @@ -36,6 +36,9 @@ + + +