From b341f739951f164aaca186d8058afbf1628caadc Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Wed, 10 Jun 2020 01:13:13 +0000 Subject: [PATCH] Bug 1632874: Update docs since mozconfig file is automatically created r=agi,geckoview-reviewers Differential Revision: https://phabricator.services.mozilla.com/D79002 --- .../geckoview/contributor/geckoview-quick-start.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst b/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst index 260d455cccd0..26b156c05e3f 100644 --- a/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst +++ b/mobile/android/docs/geckoview/contributor/geckoview-quick-start.rst @@ -63,14 +63,10 @@ argument to automatically accept any license agreements. not bundled the native code into embedded libraries so you can amend the code. - Say Y to all configuration options -- Once ``mach bootstrap`` is complete it will tell you to copy and - paste some configuration into your ``mozconfig`` file. The - ``mozconfig`` file can be found in the root of your ``gecko`` repo - - or create a file called ``mozconfig`` if it does not exist. Check - that the correct value is associated with the ``--target`` argument - as this may not correctly match your setup. Copy the file contents - from the ``mach bootstrap`` output into your file and save in the - root directory of your project. +- Once ``mach bootstrap`` is complete, it will automatically write + the configuration into a new ``mozconfig`` file. If you already + have a ``mozconfig``, ``mach`` will instead output new configuration + that you should append to your existing file. Build from the command line ---------------------------