| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This change works around Clang's lack of support for the adrl
pseudo-instruction by disabling Clang's as for BoringSSL.
See https://android-review.googlesource.com/#/c/150503/ for an
alternative solution that was discarded.
Change-Id: I1587376f8d864b7ea0c1fc953c7ea8a8552146e6
|
|
|
|
|
|
|
|
|
|
|
|
| |
It appears that the version of Clang in Android doesn't support the
.arch_extension directive. This change removes the .arch and
.arch_extension lines (because they are triggering errors) and adds a
-march option on the command line instead.
The aarch64+Clang build is still broken with this change, but it's
broken in binder rather than BoringSSL with it.
Change-Id: I32c557bdfde4df66d26794ccdd650356f2bbaf8f
|
|
|
|
|
|
|
| |
There are various problems with assembly on both the Mac and Windows
builds, so just disable it for now.
Change-Id: I6163e97089c17f70ef9361279319badd22c354b2
|
|
|
|
|
|
|
|
| |
Without this the conscrypt build fails in `make checkbuild` because GCC
emits calls to __memset_chk and friends, but the NDK doesn't provide
them.
Change-Id: I37d783f0e0e7d53a671fc03056e6450a4f5d1c95
|
|
|
|
|
|
|
|
| |
The manifest change was reverted, so this isn't needed anymore.
This reverts commit 54d4b126073e603f6be876fb1bca3420150d180e.
Change-Id: I4d43b2362262d3a22d5b68d9a210ac6d1d150387
|
|
|
|
|
|
|
|
| |
All these modules are defined in external/openssl as well, which is
breaking the build. Disable everything in the makefile until someone
that owns the project has a chance to clean it up.
Change-Id: I732739999e89bb832005842a5776d1540fb6bdbb
|
|
|