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 1db6ef264..70c857f39 100644 --- a/java/testing.go +++ b/java/testing.go @@ -95,11 +95,10 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string MAIN_FILE = '%main%'`), // 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) |