summaryrefslogtreecommitdiff
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:26:54 +1000
commit1d320e5c4cb90f75565465b89e6e5fd09cf2093b (patch)
treed1d9ecd7a2555a1fe22867defc5ced1d917e4b65 /NOTES.ANDROID
parentcdb2763e7daeea87c61ea874ae820046d84dd016 (diff)
downloadopenssl-new-1d320e5c4cb90f75565465b89e6e5fd09cf2093b.tar.gz
Remove spurious space from file.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10562) (cherry picked from commit 7ba46774b7f1b2e83d44323a8831b615a49f9f37)
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: