Bug 1521404 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

```
> /home/jan/Mozilla/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/GeckoHlsAudioRenderer.java:13: error: cannot find symbol
> import org.mozilla.geckoview.BuildConfig;
>                             ^
>   symbol:   class BuildConfig
>   location: package org.mozilla.geckoview
```

Those warnings aren't fatal, but they're still annoying and detract from whether the apilint run itself was successful or not.
Like below, only repeated 15 times (currently):
```
> /home/jan/Mozilla/mozilla-central/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/GeckoHlsAudioRenderer.java:13: error: cannot find symbol
> import org.mozilla.geckoview.BuildConfig;
>                             ^
>   symbol:   class BuildConfig
>   location: package org.mozilla.geckoview
```

Those warnings aren't fatal, but they're still annoying and detract from whether the apilint run itself was successful or not.

Back to Bug 1521404 Comment 0