... | ... | @@ -51,12 +51,6 @@ Make sure that the variables defined are all valid for your setup, and that PATH |
|
|
|
|
|
Then `source android-env.sh` to include
|
|
|
|
|
|
Also edit both `mozconfig-android-armv7` and `mozconfig-android-aarch64` and add the following line to the bottom:
|
|
|
|
|
|
```
|
|
|
ac_add_options --enable-linker=lld
|
|
|
```
|
|
|
|
|
|
You may have to run `./mach bootstrap` the first time to get some deps, and select "3", installing deps as recommended. This will also populate some ~/.mozbuild files and downloads. DO NOT let it setup your git, it can just as easily accidentally break it, so select 'n'. Likewise it's probably best to select 'n' when asked about submitting code to Mozilla. We currently maintain our own configs so also select 'n' for overwriting mozconfigs.
|
|
|
|
|
|
To build:
|
... | ... | |