diff options
| author | 2021-07-01 13:48:57 +0000 | |
|---|---|---|
| committer | 2021-07-01 13:48:57 +0000 | |
| commit | a8ea2833a265bd6cde9106da18d707a195cd350d (patch) | |
| tree | e8cf02c6a654ced1a0e505886c8eaa50b467e6f7 /java/testing.go | |
| parent | ba96f7c5b61ffa5f734db9689c17bd468516aa52 (diff) | |
| parent | 2d457e1cc8d0a364603b8e2f68334fc83bb00b15 (diff) | |
Merge ""module_current" and "system_server_current" should contain ART's @SystemApi(MODULE_LIBRARIES)" into sc-dev
Diffstat (limited to 'java/testing.go')
| -rw-r--r-- | java/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/testing.go b/java/testing.go index 7b452f762..3ef51bd4d 100644 --- a/java/testing.go +++ b/java/testing.go @@ -312,6 +312,7 @@ func gatherRequiredDepsForTest() string { systemModules := []string{ "core-current-stubs-system-modules", + "core-module-lib-stubs-system-modules", "legacy-core-platform-api-stubs-system-modules", "stable-core-platform-api-stubs-system-modules", } |