Skip to content
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

add back (dummy) libqmapboxgl.so #391

Merged
merged 1 commit into from
Oct 24, 2024
Merged

add back (dummy) libqmapboxgl.so #391

merged 1 commit into from
Oct 24, 2024

Conversation

adeebshihadeh
Copy link
Contributor

@adeebshihadeh adeebshihadeh commented Oct 24, 2024

Fixes commaai/openpilot#33811.

The old updater UI binary checked in is unfortunately linked against libqmapboxgl.so even though it doesn't use anything from it. This is fixed with a new updater checked in, but we need to add this dummy version around for one version to maintain backwards compatibility.

echo "void dummy() {}" > dummy.c
gcc -shared -o libqmapboxgl.so -fPIC dummy.c

@adeebshihadeh adeebshihadeh merged commit 2418177 into master Oct 24, 2024
1 of 2 checks passed
@adeebshihadeh adeebshihadeh deleted the dummy-mapbox branch October 24, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AGNOS] Downgrading from 11 is not possible without reflash
1 participant