summaryrefslogtreecommitdiffstats
path: root/NOTES-ANDROID.md
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2024-01-29 13:20:54 -0800
committerTomas Mraz <tomas@openssl.org>2024-02-05 10:08:23 +0100
commit2d321448b245a239c49a54e31cbd9d97a14b5d4e (patch)
treefc601e927c4c96eb5547c34da833786aacd7e213 /NOTES-ANDROID.md
parented0f79c7ae63f7f29c9bfce2e0f960f0803be350 (diff)
Add support in configuration for android-riscv64
Android is enabling support for the riscv64 ISA. Add a configuration option to support building for it, aligned with the existing linux-riscv64 configuration. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/23427)
Diffstat (limited to 'NOTES-ANDROID.md')
-rw-r--r--NOTES-ANDROID.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES-ANDROID.md b/NOTES-ANDROID.md
index c79b2212d4..b71365fe73 100644
--- a/NOTES-ANDROID.md
+++ b/NOTES-ANDROID.md
@@ -17,8 +17,8 @@ Notes for Android platforms
Android is a cross-compiled target and you can't rely on `./Configure`
to find out the configuration target for you. You have to name your
target explicitly; there are `android-arm`, `android-arm64`, `android-mips`,
- `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no
- longer supported with NDK R20+).
+ `android-mip64`, `android-x86`, `android-x86_64` and `android-riscv64`
+ (`*MIPS` targets are no longer supported with NDK R20+).
Do not pass --cross-compile-prefix (as you might be tempted), as it
will be "calculated" automatically based on chosen platform. However,