summaryrefslogtreecommitdiffstats
path: root/NOTES.ANDROID
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-12-03 19:56:41 +1000
committerPauli <paul.dale@oracle.com>2019-12-05 07:25:52 +1000
commit7ba46774b7f1b2e83d44323a8831b615a49f9f37 (patch)
treec49799c7aaa3b18e513997c9688b990e840c90ec /NOTES.ANDROID
parent7573fe1af54c190ccd8d07d753b334637a30f3a2 (diff)
Remove spurious space from file.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10562)
Diffstat (limited to 'NOTES.ANDROID')
-rw-r--r--NOTES.ANDROID2
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTES.ANDROID b/NOTES.ANDROID
index 5eb29fb994..f19ec71b83 100644
--- a/NOTES.ANDROID
+++ b/NOTES.ANDROID
@@ -39,7 +39,7 @@
PATH=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_HOME/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$PATH
./Configure android-arm64 -D__ANDROID_API__=29
make
-
+
Older versions of the NDK have GCC under their common prebuilt tools directory, so the bin path
will be slightly different. EG: to compile for ICS on ARM with NDK 10d: