Skip to content

Commit

Permalink
[fenix] Closes mozilla-mobile/fenix#27652: Fix A-C auto publish docs …
Browse files Browse the repository at this point in the history
…in README
  • Loading branch information
csadilek committed Nov 2, 2022
1 parent 7e93adf commit 9fa6c85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fenix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,12 @@ raptorEnabled
If you're making changes to these projects and want to test them in Fenix, auto-publication workflow is the fastest, most reliable
way to do that.
In `local.properties`, specify a relative path to your local `android-components` and/or `application-services` checkouts. E.g.:
- `autoPublish.android-components.dir=../android-components`
In `local.properties`, specify a relative path to your local `android-components` and/or `application-services` projects. E.g.:
- `autoPublish.android-components.dir=../firefox-android/android-components`
- `autoPublish.application-services.dir=../application-services`
*Note that the Android Components project was already migrated to the new [firefox-android](https://github.com/mozilla-mobile/firefox-android) repository. Therefore, this auto publication workflow won't be neccessary for Android Components once Fenix is integrated in the new repository as well.*
Once these flags are set, your Fenix builds will include any local modifications present in these projects.
See a [demo of auto-publication workflow in action](https://www.youtube.com/watch?v=qZKlBzVvQGc).
Expand Down

0 comments on commit 9fa6c85

Please sign in to comment.