diff options
author | 2020-09-09 20:21:02 -0700 | |
---|---|---|
committer | 2020-09-09 20:21:02 -0700 | |
commit | 429c23c1fa71b4f542fadece635801c6edb1aa50 (patch) | |
tree | 09d185449732c712f40c2e204a093d044dc8570f /java/testing.go | |
parent | 4f35976c87c24f4584ff8f86298c63c75f063be4 (diff) | |
parent | fbd7372401e29a5f9b5e3f0a9f959455f4e77168 (diff) |
Merge Android R
Bug: 168057903
Merged-In: I9d5d0da0f409bd6b131f7e0f6363be061d3045c1
Change-Id: Ie7feaf6a3d0787c750de17540969b876a4306b0a
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) |