Re: [android-building] Issue building AOSP with docker running on Mojave

2020-05-15 Thread 6020peaks /\/\/\
Thanks Dan! So I had a few issues which I enumerate below, so that this can be useful for the next one hitting the wall like I did: 0. I created a case-sensitive volume on Mac that I shared with the docker container. 1. I had to run the docker container with --privileged as suggested here:

Re: [android-building] Issue building AOSP with docker running on Mojave

2020-05-14 Thread 'Dan Willemsen' via Android Building
How much RAM have you given docker? `free -h` shows how much is available. IIRC, unlike on linux, because docker on Mac is a VM, it can't grow to use as much as necessary. Our docs list 16GB as the minimum available to the build. - Dan On Thu, May 14, 2020 at 9:30 AM 6020peaks /\/\/\

[android-building] Issue building AOSP with docker running on Mojave

2020-05-14 Thread 6020peaks /\/\/\
Hi, I wonder if anyone tried to build the master branch of AOSP using a Docker container with Ubuntu 18.04 running on Mojave. If I compare the process with a Docker container running on Linux, on Mac it is way slower. And also the following issue appears when building. Any clue of what might