-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. android/ndk#184 documents linking against libclang_rt.builtins-i686.a, but that's not available from soong either. Bug: 62378620, 29412086 Test: x86 builds work again Change-Id: I730d59558aa4ed28f8a11b5393e037111e320f29
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters