Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1541609 - [geckoview] Enforce packages in API. r=snorp,esawin
Browse files Browse the repository at this point in the history
Depends On D26029

Differential Revision: https://phabricator.services.mozilla.com/D26030
  • Loading branch information
agi committed Apr 10, 2019
1 parent 4352fde commit 48b8546
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ buildscript {
}

dependencies {
classpath 'org.mozilla.apilint:apilint:0.1.8'
classpath 'org.mozilla.apilint:apilint:0.1.9'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
classpath 'org.apache.commons:commons-exec:1.3'
Expand Down
6 changes: 6 additions & 0 deletions mobile/android/geckoview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,10 @@ apiLint {
changelogFileName = 'src/main/java/org/mozilla/geckoview/doc-files/CHANGELOG.md'
skipClassesRegex = ['^org.mozilla.geckoview.BuildConfig$']
lintFilters = ['GV']
allowedPackages = [
'java',
'android',
'org.json',
'org.mozilla.geckoview',
]
}

0 comments on commit 48b8546

Please sign in to comment.