summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Xin Li <delphij@google.com> 2020-08-29 01:17:45 -0700
committer Xin Li <delphij@google.com> 2020-08-29 01:17:45 -0700
commit65cb5c69ea5c6134b8c6bad09242f7d7ca52d9e8 (patch)
treef7c3529e7aff1c8cb4d8fa55ec6f6bdeae5821d3 /java/testing.go
parentbca691b377e683becf4098683a91091cfc10c9f5 (diff)
parentd786b6bffece20ecff5c387a41ba5d82ded29759 (diff)
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)
Bug: 166295507 Merged-In: Ifca7b65f4e27bf14cdc30f72f790b0de90130bae Change-Id: I3a39be5f0b8736de4822c6a14072c78d4e4ad89d
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go9
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)