diff options
author | Antonio Ospite <antonio.ospite@collabora.com> | 2024-08-13 10:44:50 +0200 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2024-08-14 16:07:01 +0200 |
commit | 5854ff2dd9e0e16def62019441a6cd7d55b61e28 (patch) | |
tree | ebf5c8f4e7650f4eb5aef25f7183242aa1da9640 /.pick_status.json | |
parent | 9f8856c5af60e49e4dfb48cce7343fde44c0cc68 (diff) |
android: simplify building libgallium_dri on Android
The versioned libgallium library can be confusing on Android, and it is
probably not even needed there, so simplify the build on Android by
always build the unversioned `libgallium_dri.so` overriding the
`-Dunversion-libgallium=true` option added in
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30579
Remove also all the bits that deal with the versioned library which are
not needed anymore.
Fixes: 9568976c52a ("android: fix build in multiple ways")
Acked-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Mauro Rossi <issor.oruam@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30641>
(cherry picked from commit 2d2bc5b307f9099c79618ea0bae37e31d7bfbcc2)
Diffstat (limited to '.pick_status.json')
-rw-r--r-- | .pick_status.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json index 90ebd0dcbff..e6eae007fe0 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -94,7 +94,7 @@ "description": "android: simplify building libgallium_dri on Android", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "9568976c52a4b9fb4af659d127bfc6f9d9e7970d", "notes": null |