diff options
author | 2021-03-25 17:56:29 -0700 | |
---|---|---|
committer | 2021-03-29 21:57:49 -0700 | |
commit | 3fbf2bea6ada498fcac0de7e190044fa3063902a (patch) | |
tree | c98985414caa43f0f56f2babd4728f98815ec348 /java/droidstubs_test.go | |
parent | 5f6ffc72f7e1587e7344635bde8febcaeb51d19e (diff) |
Default metalava sandboxing to true
Turn on sandboxing everywhere.
Bug: 153703940
Test: m checkbuild
Change-Id: Ie64913d302efb780d5be9c1b32e6c368d72feba3
Diffstat (limited to 'java/droidstubs_test.go')
-rw-r--r-- | java/droidstubs_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/droidstubs_test.go b/java/droidstubs_test.go index 6ad932329..f8125fb8c 100644 --- a/java/droidstubs_test.go +++ b/java/droidstubs_test.go @@ -34,6 +34,7 @@ func TestDroidstubs(t *testing.T) { srcs: ["bar-doc/a.java"], api_levels_annotations_dirs: ["droiddoc-templates-sdk"], api_levels_annotations_enabled: true, + sandbox: false, } droidstubs { @@ -43,6 +44,7 @@ func TestDroidstubs(t *testing.T) { api_levels_annotations_dirs: ["droiddoc-templates-sdk"], api_levels_annotations_enabled: true, api_levels_jar_filename: "android.other.jar", + sandbox: false, } `, map[string][]byte{ |