diff options
author | Ramy Medhat <abdelaal@google.com> | 2020-06-20 03:40:50 +0000 |
---|---|---|
committer | Ramy Medhat <abdelaal@google.com> | 2020-06-20 13:02:35 +0000 |
commit | 602016c7dbd85d161b354136b1195e30144b8fa9 (patch) | |
tree | 3ef5b635875bdfa01a27015b6f90a87de2b3cfdf /StubLibraries.bp | |
parent | 7462d23b1241d76bccfb252c7769fd6efaaba436 (diff) |
Revert "Enable metalava sandbox in StubLibraries.bp and ApiDocs.bp."
Reason for revert: breaking several builds downstream
Reverted Changes:
Ia5767debc:Enable metalava sandbox in StubLibraries.bp and Ap...
I7256d29f1:Add sandbox property to the javadoc rule.
Ia69440800:Only report a violation when the file exists.
Change-Id: I5651212314fd39b7ba404936dee416f566c682c9
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 54f4937c11ca..bb13eaacfa90 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -60,7 +60,6 @@ stubs_defaults { ], api_levels_annotations_enabled: false, filter_packages: packages_to_document, - sandbox: true, } stubs_defaults { @@ -378,7 +377,6 @@ droidstubs { "core/java/android/os/RemoteException.java", "core/java/android/util/AndroidException.java", ], - sandbox: true, installable: false, sdk_version: "core_platform", annotations_enabled: true, |