-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Buiding error in Android 10 due to commit 07176f0 #28
Comments
Proposed patch in the attachment, tested and it works |
Hi @maurossi , Merging fragmented manifest here wasn't a good idea despite it was mine MR. |
Yes, I think reverting it would be better option. |
Thanks Roman, @robherring could you please proceed with the revert of commit 07176f0 ? Thank you |
@maurossi Can you make a PR with the revert please. |
Hello, Pull Request #29 was created |
Instead of plainly reverting it'd be great if an alternative easy-to-use solution could have been provided (like mine that you linked from the SoMainline repo above). I'm now greeted with:
As I had come to rely on |
Hi @MarijnS95 What Android version is producing the log? Is there a way to allow building gbm_gralloc also in Android 7, 8, 9, 10 which are still active branches in android-x86 project? |
@maurossi This was Android 11. |
Hi @rsglobal
After testing the build of gbm_gralloc starting from Android 9 to Android 12
I found that Android 10 is the only version affected by the following building error:
As a proposal, is it acceptable for everyone to use
LOCAL_VINTF_FRAGMENTS := gbm_gralloc_manifest.xml
for Android 11 and later?The text was updated successfully, but these errors were encountered: