diff options
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/java/testing.go b/java/testing.go index 94f054e67..4f3f9f160 100644 --- a/java/testing.go +++ b/java/testing.go @@ -86,11 +86,10 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string "prebuilts/sdk/Android.bp": []byte(`prebuilt_apis { name: "sdk", api_dirs: ["14", "28", "30", "current"],}`), // For java_sdk_library - "api/module-lib-current.txt": nil, - "api/module-lib-removed.txt": nil, - "api/system-server-current.txt": nil, - "api/system-server-removed.txt": nil, - "build/soong/scripts/gen-java-current-api-files.sh": nil, + "api/module-lib-current.txt": nil, + "api/module-lib-removed.txt": nil, + "api/system-server-current.txt": nil, + "api/system-server-removed.txt": nil, } cc.GatherRequiredFilesForTest(mockFS) |