From 52bcd4afc84d75f9d22866a3cefaf9ae4e9ff997 Mon Sep 17 00:00:00 2001 From: Matt Eaton Date: Mon, 21 Jan 2019 20:14:34 -0600 Subject: 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: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8054) --- NOTES.ANDROID | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NOTES.ANDROID') diff --git a/NOTES.ANDROID b/NOTES.ANDROID index bbbd8e4db9..6b4741c336 100644 --- a/NOTES.ANDROID +++ b/NOTES.ANDROID @@ -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) -- cgit v1.2.3