diff options
author | malinero <malinero@protonmail.com> | 2021-07-09 01:05:18 +0200 |
---|---|---|
committer | malinero <malinero@protonmail.com> | 2021-07-09 01:05:18 +0200 |
commit | 30c15a6ca8f5bf23a507c56f30862ac00aa3e966 (patch) | |
tree | 416303cd90ff91fcc3e73aec9f6b83fe3c98ff9d /README.md | |
parent | Merge pull request #7743 (diff) | |
download | monero-30c15a6ca8f5bf23a507c56f30862ac00aa3e966.tar.xz |
Remove obsolete android dockerfiles
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -508,19 +508,6 @@ cd ../.. Then you can run make as usual. -### On Linux for Android (using docker): - -```bash -# Build image (for ARM 32-bit) -docker build -f utils/build_scripts/android32.Dockerfile -t monero-android . -# Build image (for ARM 64-bit) -docker build -f utils/build_scripts/android64.Dockerfile -t monero-android . -# Create container -docker create -it --name monero-android monero-android bash -# Get binaries -docker cp monero-android:/src/build/release/bin . -``` - ### Building portable statically linked binaries By default, in either dynamically or statically linked builds, binaries target the specific host processor on which the build happens and are not portable to other processors. Portable binaries can be built using the following targets: |