From 7aa3377bbdfae5015f415cc298a2baa07c930628 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 15 Dec 2017 19:10:02 -0500 Subject: [PATCH] Prepare for changes to support latest NDK liek r16 (GH #546) --- TestScripts/{setenv-android.sh => setenv-android-old.sh} | 7 +++++++ 1 file changed, 7 insertions(+) rename TestScripts/{setenv-android.sh => setenv-android-old.sh} (97%) mode change 100755 => 100644 diff --git a/TestScripts/setenv-android.sh b/TestScripts/setenv-android-old.sh old mode 100755 new mode 100644 similarity index 97% rename from TestScripts/setenv-android.sh rename to TestScripts/setenv-android-old.sh index 04191133..926e2952 --- a/TestScripts/setenv-android.sh +++ b/TestScripts/setenv-android-old.sh @@ -8,6 +8,13 @@ # licensed under the Boost Software License 1.0, while the individual files # in the compilation are all public domain. # +# This script is the one used from about 2012 until late 2017. Sometime in +# 2017 AOSP made some NDK changes that were incompatible with the original +# script. The original setenv-android.sh was renamed to setenv-android-old.sh, +# and it can be used on older NDKs like r9 or r13. setenv-android.sh was then +# reworked for newer NDKs, like r16. setenv-android.sh effectively supports +# the latest NDKs. Also see https://github.com/weidai11/cryptopp/pull/546. +# # See http://www.cryptopp.com/wiki/Android_(Command_Line) for more details # ====================================================================