meson: Build libdrm.so as an unversioned lib on Android.
commita819b9ad3b336248c01db8b4e1f184125e0c83da
authorEric Anholt <eric@anholt.net>
Thu, 22 Apr 2021 23:03:38 +0000 (22 16:03 -0700)
committerEmma Anholt <emma@anholt.net>
Fri, 30 Jul 2021 17:58:11 +0000 (30 10:58 -0700)
tree80a19411f21d2f262334a156015e891c916009e7
parent4ac7d6bf5dd1d7aae893fafee98a309d357e5bd6
meson: Build libdrm.so as an unversioned lib on Android.

Android vendor libraries don't have sonames, and libdrm.so shouldn't
either.  This lets a Mesa built against a libdrm.so built for Android
be copied directly to a Chrome OS ARC installation.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
meson.build