-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with latest AOSP #12
Comments
BTW even with the changes above, building This is the device setup:
which apparently also builds some windows artifacts, see
And so I get this error:
This seems to get fixed by applying the same changes as d922175 also to the However this is still not enough, and I get stuck on this error which I don't know how to fix:
|
Ah, building the main target with So the issues about |
@maurossi any comment on this? I can post a PR for the most basic changes to build with mainline AOSP. |
Thanks for your message, in this repo I do not process Pull Requests, In building Android 14 had encountered the errors due to In order to be able to use updated libLLVM releases I am using commit [1] in mesa, which I preferred to not upstream because external/llvm-project is not guaranteed to be there, so I am taking it out-of-tree If it is ok for you I will commit your proposed change in release_18.x to be able to build with Android 14,15 and keep it the next release_19.x Could you please send me a .patch here in this thread, so that I will keep your name as author, test it and apply it in my branches? NOTE: in release_19.x LLVM_VERSION_MAJOR was moved to cmake/Modules/LLVMVersion.cmake so [1] will not work anymore |
Thanks @maurossi About the llvm version, I am using https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30598 and I think it would make sense to upstream it, or some variation of it, since About the changes for building with upstream AOSP, please find attached the following patches for the branches I have tested:
I attached Ciao e grazie, |
@maurossi I see that the changes have been integrated? We can probably close this issue. Thanks a lot, Antonio |
Thanks to you |
Hi,
I am trying to build llvm (
release_12.x
as suggested by upstream mesa) with the latest AOSP tree, but I get these errors:Following Changes.md a change like this seems to fix that particular error:
However another error blocks the build:
Which can be worked around by adding this to
BoardConfig.mk
, as suggested in Changes.md:Are these changes and info worth integrating in the project?
The text was updated successfully, but these errors were encountered: