X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=NOTES.ANDROID;h=86459778fae1a944dc16f308dbe362d39cf406f6;hb=0ad50b4dee36d4b576473ccbf744284d66fbffd6;hp=eeacdaded66b7743b1c8da0e887dd6ee519f420a;hpb=6e826c471b7f0431391a4e9f9484f6ea2833774a;p=openssl.git diff --git a/NOTES.ANDROID b/NOTES.ANDROID index eeacdaded6..86459778fa 100644 --- a/NOTES.ANDROID +++ b/NOTES.ANDROID @@ -26,7 +26,7 @@ you need to set ANDROID_NDK_HOME environment to point at NDK directory as /some/where/android-ndk-. Both variables are significant at both configuration and compilation times. NDK customarily supports multiple - Android API levels, e.g. android-14, android-21, etc. By default latest + Android API levels, e.g. android-14, android-21, etc. By default latest one available is chosen. If you need to target older platform, pass additional -D__ANDROID_API__=N to Configure. N is numeric value of the target platform version. For example, to compile for ICS on ARM with