Skip to content
Snippets Groups Projects
Commit 7462d23b authored by Ramy Medhat's avatar Ramy Medhat
Browse files

Enable metalava sandbox in StubLibraries.bp and ApiDocs.bp.

Test: built entire topic with and without RBE_METALAVA.
Change-Id: Ia5767debc713a420b8d008943903238413d0816d
parent 85cf4238
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ droidstubs {
arg_files: [
"core/res/AndroidManifest.xml",
],
sandbox: true,
args: metalava_framework_docs_args,
write_sdk_values: true,
}
......
......@@ -60,6 +60,7 @@ stubs_defaults {
],
api_levels_annotations_enabled: false,
filter_packages: packages_to_document,
sandbox: true,
}
stubs_defaults {
......@@ -377,6 +378,7 @@ droidstubs {
"core/java/android/os/RemoteException.java",
"core/java/android/util/AndroidException.java",
],
sandbox: true,
installable: false,
sdk_version: "core_platform",
annotations_enabled: true,
......
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