summaryrefslogtreecommitdiff
path: root/NOTES.ANDROID
Commit message (Collapse)AuthorAgeFilesLines
* INSTALL,NOTES.ANDROID: minor updates.Andy Polyakov2018-08-071-2/+2
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6866)
* NOTES.ANDROID: fix typo in build notesGregor Jasny2018-05-151-1/+1
| | | | | | | | | CLA: trivial Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6244)
* Configurations/15-android.conf: detect clang by PATH, not by CC.Andy Polyakov2018-03-191-4/+5
| | | | | | | | | | | | | Since they intend to omit gcc, it's more appropriate to simply detect if there is NDK's clang on PATH, as opposite to requiring to specify it with CC=clang (and looking for it on PATH). Also detect NDK version and default to armv7-a for NDK>16. Address failure to recognize -D__ADNDROID_API__=N in CPPFLAGS. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5613)
* Add NOTES.ANDROID.Andy Polyakov2018-03-191-0/+67
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5613)