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
This commit is contained in:
Paul Duffin
2020-06-10 13:12:51 +00:00
committed by Automerger Merge Worker
4 changed files with 165 additions and 3 deletions

View File

@@ -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)