Commit d0a4e858 authored by Matt Eaton's avatar Matt Eaton Committed by Richard Levitte
Browse files

Update NOTES.ANDROID



Minor typo fix to `adjustment` in the line:
"In such case you have to pass matching target
 name to Configure and shouldn't use -D__ANDROID_API__=N. PATH adjustment
 becomes simpler, $ANDROID_NDK/bin:$PATH suffices."

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8054)

(cherry picked from commit 52bcd4af)
parent 8c175d2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@
 Another option is to create so called "standalone toolchain" tailored
 Another option is to create so called "standalone toolchain" tailored
 for single specific platform including Android API level, and assign its
 for single specific platform including Android API level, and assign its
 location to ANDROID_NDK. In such case you have to pass matching target
 location to ANDROID_NDK. In such case you have to pass matching target
 name to Configure and shouldn't use -D__ANDROID_API__=N. PATH adjusment
 name to Configure and shouldn't use -D__ANDROID_API__=N. PATH adjustment
 becomes simpler, $ANDROID_NDK/bin:$PATH suffices.
 becomes simpler, $ANDROID_NDK/bin:$PATH suffices.


 Running tests (on Linux)
 Running tests (on Linux)