Merge "Remove --ignore-classes-on-classpath argument"
This commit is contained in:
@@ -99,9 +99,7 @@ droidstubs {
|
|||||||
arg_files: [
|
arg_files: [
|
||||||
"core/res/AndroidManifest.xml",
|
"core/res/AndroidManifest.xml",
|
||||||
],
|
],
|
||||||
args: metalava_framework_docs_args +
|
args: metalava_framework_docs_args,
|
||||||
// Needed for hidden libcore annotations for now.
|
|
||||||
" --ignore-classes-on-classpath ",
|
|
||||||
write_sdk_values: true,
|
write_sdk_values: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -112,8 +110,6 @@ droidstubs {
|
|||||||
"core/res/AndroidManifest.xml",
|
"core/res/AndroidManifest.xml",
|
||||||
],
|
],
|
||||||
args: metalava_framework_docs_args +
|
args: metalava_framework_docs_args +
|
||||||
// Needed for hidden libcore annotations for now.
|
|
||||||
" --ignore-classes-on-classpath " +
|
|
||||||
" --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\) ",
|
" --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\) ",
|
||||||
write_sdk_values: true,
|
write_sdk_values: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user