aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-08-02 18:49:08 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-08-02 18:49:08 -0400
commit0878207e8d7b10be87a256a90fef817eedb10770 (patch)
tree05e2f4d8143bea5d630353e919160c11d94e6171 /README.md
parentMerge pull request #7767 (diff)
parentRemove obsolete android dockerfiles (diff)
downloadmonero-0878207e8d7b10be87a256a90fef817eedb10770.tar.xz
Merge the coolest pull request #7777
30c15a6 Remove obsolete android dockerfiles (malinero)
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: