diff options
author | 2020-06-10 13:12:51 +0000 | |
---|---|---|
committer | 2020-06-10 13:12:51 +0000 | |
commit | 01c577968a510b146dd08c2811aad785ab1fa644 (patch) | |
tree | 5a4a170894cdc1085894d875055d8bf0babb534e /java/testing.go | |
parent | 690ccb2a4f7da65e160ff48bdbb7dc176f3b9e5e (diff) | |
parent | 4754d4451c01400127c81fb09b15cf77293e62a2 (diff) |
Merge "java_sdk_library: Add system-server scope" into rvc-dev am: 4754d4451c
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/11705588
Change-Id: I6c2a7000cf7b46dcef8ed476d6e96ffc7e441ed4
Diffstat (limited to 'java/testing.go')
-rw-r--r-- | java/testing.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index f993f56b3..e6d940031 100644 --- a/java/testing.go +++ b/java/testing.go @@ -142,6 +142,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) |