diff options
author | 2020-09-21 14:29:50 +0000 | |
---|---|---|
committer | 2020-09-21 14:29:50 +0000 | |
commit | 9d1f85da7a264b9ab9e6f83520e7d94609f8de26 (patch) | |
tree | 3bfb082fedd153ccffc26acb1b98799771e13ac1 /java/testing.go | |
parent | 4b524bac1092704feaa7f9942c763cc342fb5182 (diff) | |
parent | a2adc37fc92587af0f09aa6f4aceacf8fc49aa66 (diff) |
Merge "Make hiddenapi use prebuilt stubs when it should"
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testing.go b/java/testing.go index 322dc9ec6..a47241323 100644 --- a/java/testing.go +++ b/java/testing.go @@ -88,7 +88,7 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string "prebuilts/sdk/30/system/api/bar-removed.txt": nil, "prebuilts/sdk/30/test/api/bar-removed.txt": nil, "prebuilts/sdk/tools/core-lambda-stubs.jar": nil, - "prebuilts/sdk/Android.bp": []byte(`prebuilt_apis { name: "sdk", api_dirs: ["14", "28", "30", "current"],}`), + "prebuilts/sdk/Android.bp": []byte(`prebuilt_apis { name: "sdk", api_dirs: ["14", "28", "30", "current"], imports_sdk_version: "none", imports_compile_dex:true,}`), "bin.py": nil, python.StubTemplateHost: []byte(`PYTHON_BINARY = '%interpreter%' |