commit | 7e41bbe945a3e8b5798a18747976156fc641fbef | [log] [tgz] |
---|---|---|
author | Luis Hector Chavez <lhchavez@google.com> | Fri Nov 03 16:22:05 2017 -0700 |
committer | Luis Hector Chavez <lhchavez@google.com> | Sat Nov 04 00:36:01 2017 +0000 |
tree | e9150c00c9a5da6542c45e13635ba5b2f4de1d48 | |
parent | 49b6939f66213ca0bea02a66a25518e6dbf0df16 [diff] |
libcutils: Work around the lack of __mulodi4 The parent change ran into an issue where enabling UBSan on an i686 build caused it to use __mulodi4. https://github.com/android-ndk/ndk/issues/184 documents linking against libclang_rt.builtins-i686.a, but that's not available from soong either. Bug: 62378620 Bug: 29412086 Test: x86 builds work again Change-Id: I730d59558aa4ed28f8a11b5393e037111e320f29