summaryrefslogtreecommitdiff
path: root/java/testing.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2020-06-02 13:00:08 +0100
committer Paul Duffin <paulduffin@google.com> 2020-06-08 15:27:58 +0100
commit5a757b1ebbf52825e032b99ffc9f86474d0a8558 (patch)
treeab305f63bcf649e370de10c5dcea34781717ddd7 /java/testing.go
parenta109682456946bc45aaea7f76e66a97a5c4f6f27 (diff)
java_sdk_library: Add system-server scope
Bug: 155164730 Test: m nothing Change-Id: I49a2dab5c064b05f16691a3fae65f2b4ffc53bfd
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)