aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormalinero <malinero@protonmail.com>2021-07-09 01:05:18 +0200
committermalinero <malinero@protonmail.com>2021-07-09 01:05:18 +0200
commit30c15a6ca8f5bf23a507c56f30862ac00aa3e966 (patch)
tree416303cd90ff91fcc3e73aec9f6b83fe3c98ff9d /README.md
parentMerge pull request #7743 (diff)
downloadmonero-30c15a6ca8f5bf23a507c56f30862ac00aa3e966.tar.xz
Remove obsolete android dockerfiles
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.md b/README.md
index 4296c7f28..aa86e7c1e 100644
--- a/README.md
+++ b/README.md
@@ -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: