Closed
Bug 1521404
Opened 6 years ago
Closed 6 years ago
Apilint shows lots of warning because it cannot find org.mozilla.geckoview.BuildConfig
Categories
(GeckoView :: General, defect)
Tracking
(firefox66 fixed)
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: JanH, Unassigned)
Details
Attachments
(1 file)
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.
Comment 1•6 years ago
•
|
||
Thanks for the report JanH! This is because we don't want BuildConfig
to be part of the api and we skip it in here. I guess we can just not generate the api outline for that class instead.
Comment 2•6 years ago
|
||
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c997411e8d31
Fix apilint warnings about BuildConfig. r=geckoview-reviewers,snorp
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•