bitcoin/depends/hosts
merge-script f61ede574c
Merge bitcoin/bitcoin#30049: build, test, doc: Temporarily remove Android-related stuff
5deb0b024e build, test, doc: Temporarily remove Android-related stuff (Hennadii Stepanov)

Pull request description:

  Previously, our Android builds were geared towards generating APKs, which relied on Qt. However, after migrating to C++20, compiling for Android became unfeasible due to Qt 5.15's compatibility limitations with NDK only up to r25, which includes an outdated embedded libc++ (see https://github.com/bitcoin/bitcoin/issues/29360).

  All removed stuff will be reinstated after migrating the build system to CMake and upgrading Qt to version 6.x.

  This PR makes possible a clean migration to the CMake-based build system as it removes code, which is not used at this moment.

ACKs for top commit:
  vasild:
    ACK 5deb0b024e
  fanquake:
    ACK 5deb0b024e - given none of this is currently tested/wont compile. Can be revisted in future.

Tree-SHA512: 3bc2ccfe881e11cc1d78c27acd6f1d86cfba86821ef3bb5eca2e80d978fdfa13659ec82284dcaadc507e2394524dea91d4b8f81d0030c1cef9708df8be76bf07
2024-05-30 09:25:42 +01:00
..
darwin.mk depends: remove cctools & libtapi 2024-05-22 08:51:33 +01:00
default.mk build: swap otool for (llvm-)objdump 2024-05-08 16:36:41 +08:00
freebsd.mk build: remove --enable-lto 2024-01-05 15:17:50 +00:00
linux.mk depends: add the new LLVM debug macro 2024-04-07 10:49:21 +01:00
mingw32.mk depends: add -g to DEBUG=1 flags 2024-04-02 17:12:24 +01:00
netbsd.mk build: remove --enable-lto 2024-01-05 15:17:50 +00:00
openbsd.mk build: remove --enable-lto 2024-01-05 15:17:50 +00:00