1
0
Fork 0

Automatically generate metrics docs using the Glean SDK (#5101)

master
Alessio Placitelli 2019-09-12 23:49:49 +02:00 committed by liuche
parent 42b31f0088
commit 3fda14015c
2 changed files with 149 additions and 1221 deletions

View File

@ -561,6 +561,9 @@ def glean_android_components_tag = (
'v' + Versions.mozilla_android_components
)
// Generate markdown docs for the collected metrics.
ext.gleanGenerateMarkdownDocs = true
ext.gleanDocsDirectory = "$rootDir/docs"
apply from: 'https://github.com/mozilla-mobile/android-components/raw/' + glean_android_components_tag + '/components/service/glean/scripts/sdk_generator.gradle'
// For production builds, the native code for all `org.mozilla.appservices` dependencies gets compiled together

File diff suppressed because one or more lines are too long