Use correct system_modules with core.current.stubs
The system_modules defn used with core.current.stubs was core-system-modules which doesn't match. Instead, this change uses core-current-stubs-system-modules. Test: build Change-Id: Ifb9e77b02bbb04c1cb39c6b9f97932c20d44d8ba
This commit is contained in:
@@ -151,7 +151,7 @@ func decodeSdkDep(ctx android.BaseContext, sdkContext sdkContext) sdkDep {
|
||||
}
|
||||
|
||||
if m == "core.current.stubs" {
|
||||
ret.systemModules = "core-system-modules"
|
||||
ret.systemModules = "core-current-stubs-system-modules"
|
||||
} else if m == "core.platform.api.stubs" {
|
||||
ret.systemModules = "core-platform-api-stubs-system-modules"
|
||||
}
|
||||
|
@@ -108,6 +108,7 @@ func GatherRequiredDepsForTest() string {
|
||||
|
||||
systemModules := []string{
|
||||
"core-system-modules",
|
||||
"core-current-stubs-system-modules",
|
||||
"core-platform-api-stubs-system-modules",
|
||||
"android_stubs_current_system_modules",
|
||||
"android_system_stubs_current_system_modules",
|
||||
|
Reference in New Issue
Block a user