Re: Build versionless .so for Android

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Matthias Kuhn <matthias@opengis.ch>, Joe Conway <mail@joeconway.com>
Cc: Michael Paquier <michael@paquier.xyz>, pgsql-hackers@lists.postgresql.org
Date: 2024-01-05T15:00:01Z
Lists: pgsql-hackers
On 01.01.24 06:25, Matthias Kuhn wrote:
> It looks like meson does not currently support building for android, the 
> following output is what I get (but I have actually no experience with 
> meson):
> 
>      meson.build:320:2: ERROR: Problem encountered: unknown host system: 
> android

FWIW, the meson source code contains numerous mentions of an 'android' 
platform, so it seems like this is expected to work.




Commits

  1. Support shared libraries on Android (using make)

  2. meson: Map host_system android to linux

  3. meson: portname was set too early