This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
51a3907
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tmpsantos Thanks for fixing this bug. Can you please kindly clarify the following?
51a3907
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are asking if the deps were compiled to ARMv8 the answer is yes. If they were compiled and linked using
bfd
instead ofgold
the answer is "I don't know what linker was used for the deps". I kept using the same binaries we had before.Yes, arm-v7 and everything else but arm-v8. We have been using
gold
for a while and we are close to a release and I didn't want to change that.I filed a bug on AOP to see if I can get more answers why
gold
seems broken for ARMv8:https://code.google.com/p/android/issues/detail?id=204151