From 3751b85e47831a4089c6f5a17a68eb7422f34ea8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 6 Sep 2018 19:52:09 -0400 Subject: [PATCH] document minimum musl version for external use --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6482496..f09fedb 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ However, using more recent releases is highly recommended. Older versions of the dependencies may be compatible at the moment but are not tested and will explicitly not be supported. +For external malloc replacement with musl, musl 1.1.20 is required. However, +there will be custom integration offering better performance in the future +along with other hardening for the C standard library implementation. + Major releases of Android will be supported until tags stop being pushed to the Android Open Source Project (AOSP). Google supports each major release with security patches for 3 years, but tagged releases of the Android Open