From 923d15e087ff9f725f694d9e378978843653148a Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 25 Aug 2015 21:42:30 -0700 Subject: Use the build scripts from ndk/. Using the build scripts from prebuilts/ndk makes the edit/compile cycle complicated since we have to either edit in ndk/ and copy to prebuilts/ or vice versa. The prebuilt NDK build scripts should really just be whatever build scripts we end up shipping with the modular NDK (i.e. anything that supports ndk-build or the tests rather than things used to build the NDK itself). Change-Id: Id995397d6272f1539037a19287cc8a69fdb4b8a1 (cherry picked from commit 79ee432e58c7b1a4ae92aa2886ecd96173acbdf6) --- build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-gcc.sh') diff --git a/build-gcc.sh b/build-gcc.sh index 56b783109..1768a0131 100755 --- a/build-gcc.sh +++ b/build-gcc.sh @@ -19,7 +19,7 @@ # # include common function and variable definitions -. $ANDROID_NDK_ROOT/build/tools/prebuilt-common.sh +. $NDK_BUILDTOOLS_PATH/prebuilt-common.sh PROGRAM_PARAMETERS=" " -- cgit v1.2.3