diff options
author | 2020-06-02 13:00:08 +0100 | |
---|---|---|
committer | 2020-06-15 15:02:19 +0100 | |
commit | 0c5bae5e83a853f5b812f3518ddd1901cba351ec (patch) | |
tree | 4ea1f1b27f94035ab6f06e01d9c4c3380ce84e5e /java/testing.go | |
parent | 2752d926a9aa78f68c0713af6ecda11b5b02b583 (diff) |
java_sdk_library: Add system-server scope
Bug: 155164730
Test: m nothing
Merged-In: I49a2dab5c064b05f16691a3fae65f2b4ffc53bfd
Change-Id: I49a2dab5c064b05f16691a3fae65f2b4ffc53bfd
(cherry picked from commit 5a757b1ebbf52825e032b99ffc9f86474d0a8558)
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 f34c64af6..6fc10dae3 100644 --- a/java/testing.go +++ b/java/testing.go @@ -80,6 +80,13 @@ func TestConfig(buildDir string, env map[string]string, bp string, fs map[string "prebuilts/sdk/30/test/api/bar-removed.txt": nil, "prebuilts/sdk/tools/core-lambda-stubs.jar": nil, "prebuilts/sdk/Android.bp": []byte(`prebuilt_apis { name: "sdk", api_dirs: ["14", "28", "30", "current"],}`), + + // 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) |