summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2020-06-10 13:01:31 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-06-10 13:01:31 +0000
commit4754d4451c01400127c81fb09b15cf77293e62a2 (patch)
tree5a7fef243cafb21a6ca3e97145882cbf6915514d /java/testing.go
parent78f654c6cf06b744209f89cc6cc54da6712a50e8 (diff)
parent5a757b1ebbf52825e032b99ffc9f86474d0a8558 (diff)
Merge "java_sdk_library: Add system-server scope" into rvc-dev
Diffstat (limited to 'java/testing.go')
-rw-r--r--java/testing.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go
index d6a2446ab..552055efd 100644
--- a/java/testing.go
+++ b/java/testing.go
@@ -140,6 +140,13 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string
"stubs-sources/foo/Foo.java": nil,
"stubs/sources/foo/Foo.java": nil,
+
+ // 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,
}
cc.GatherRequiredFilesForTest(mockFS)