Point users to the right multi arch bug.

This commit is contained in:
Agi Sferro 2019-03-06 10:39:23 -08:00 коммит произвёл Agi Sferro
Родитель 03d800a2ff
Коммит 1cf55740b0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,7 @@ repositories {
**3. Configure build flavors**
_Note: Until we resolve [Bug 1485045](https://bugzilla.mozilla.org/show_bug.cgi?id=1485045), you must configure a separate build variant for each CPU architecture.__
_Note: Until we resolve [Bug 1508976](https://bugzilla.mozilla.org/show_bug.cgi?id=1508976), you must configure a separate build variant for each CPU architecture.__
```groovy
android {
@ -113,4 +113,4 @@ session.loadUri("about:buildconfig"); // Or any other URL...
Your application should now load and display a webpage inside of GeckoView.
To learn more about GeckoView's capabilities, review GeckoView's [JavaDoc](https://mozilla.github.io/geckoview/javadoc/mozilla-central/) or the [reference application](https://searchfox.org/mozilla-central/source/mobile/android/geckoview_example).
To learn more about GeckoView's capabilities, review GeckoView's [JavaDoc](https://mozilla.github.io/geckoview/javadoc/mozilla-central/) or the [reference application](https://searchfox.org/mozilla-central/source/mobile/android/geckoview_example).