Confirmed users
69
edits
(→Setup) |
|||
| Line 5: | Line 5: | ||
==Build the emulator== | ==Build the emulator== | ||
In order to run locally, you'll need to build an emulator build. You need to make sure that you build with VARIANT=userdebug. VARIANT=user doesn't include marionette and VARIANT=eng doesn't include the updater, so VARIANT=userdebug is the the only VARIANT that will give you both the updater and marionette. | In order to run locally, you'll need to build an emulator build. You need to make sure that you build with VARIANT=userdebug (you can set this in your .userconfig). VARIANT=user doesn't include marionette and VARIANT=eng doesn't include the updater, so VARIANT=userdebug is the the only VARIANT that will give you both the updater and marionette. | ||
If you change the VARIANT, then you should <pre>rm -rf out ${GECKO_OBJDIR}</pre> otherwise you might not get the updater configured in properly. | |||
Verify that gonk-misc/default-gecko-config has both: | Verify that gonk-misc/default-gecko-config has both: | ||