Merge "Fix build error due to null annotations in core platform API"

This commit is contained in:
Paul Duffin
2021-04-20 21:34:30 +00:00
committed by Gerrit Code Review

View File

@@ -59,8 +59,8 @@ droiddoc {
"android.test.runner", "android.test.runner",
"junit", "junit",
"android.test.base", "android.test.base",
"unsupportedappusage",
], ],
sdk_version: "current",
installable: false, installable: false,
custom_template: "droiddoc-templates-sdk", custom_template: "droiddoc-templates-sdk",
} }