Skip to content
Snippets Groups Projects
Commit dd97b784 authored by Paul Duffin's avatar Paul Duffin
Browse files

Use lint database from api_version_system

Droidstubs now support using the api-versions.xml from another
droidstubs module, so reuse the one from `api_versions_system`
in `framework-doc-system-stubs`.

Test: m framework-docs-system-stubs
      # Diff stubs before and after
Change-Id: I0aa3a74664e2a9343e90d91b7520ce8bbcadfac5
parent 52cc77c3
No related branches found
No related tags found
No related merge requests found
......@@ -131,13 +131,7 @@ droidstubs {
defaults: ["framework-doc-stubs-sources-default"],
args: metalava_framework_docs_args +
" --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\) ",
api_levels_annotations_enabled: true,
api_levels_annotations_dirs: [
"sdk-dir",
"api-versions-jars-dir",
],
api_levels_sdk_type: "system",
extensions_info_file: ":sdk-extensions-info",
api_levels_module: "api_versions_system",
}
/////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment