The branch master has been updated
       via  7ba46774b7f1b2e83d44323a8831b615a49f9f37 (commit)
      from  7573fe1af54c190ccd8d07d753b334637a30f3a2 (commit)


- Log -----------------------------------------------------------------
commit 7ba46774b7f1b2e83d44323a8831b615a49f9f37
Author: Pauli <[email protected]>
Date:   Tue Dec 3 19:56:41 2019 +1000

    Remove spurious space from file.
    
    Reviewed-by: Matt Caswell <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/10562)

-----------------------------------------------------------------------

Summary of changes:
 NOTES.ANDROID | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
 

Reply via email to