Update NOTES.ANDROID
authorMatt Eaton <agnosticdev@gmail.com>
Tue, 22 Jan 2019 02:14:34 +0000 (20:14 -0600)
committerRichard Levitte <levitte@openssl.org>
Tue, 22 Jan 2019 11:26:44 +0000 (12:26 +0100)
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: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8054)

(cherry picked from commit 52bcd4afc84d75f9d22866a3cefaf9ae4e9ff997)

NOTES.ANDROID

index bbbd8e4db9218c42e5275aecce62b24fbfb73757..6b4741c336e1499b25efeaea07fbd88e7e9b7ef1 100644 (file)
@@ -54,7 +54,7 @@
  Another option is to create so called "standalone toolchain" tailored
  for single specific platform including Android API level, and assign its
  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.
 
  Running tests (on Linux)