Make core-generated-annotation-stubs link as core stubs.
Bug: 123891440 Test: EXPERIMENTAL_USE_OPENJDK9=true make droid Change-Id: I117828f13a604030d1c36bdb60fffec4c4e08d6e
This commit is contained in:
@@ -639,7 +639,7 @@ func getLinkType(m *Module, name string) (ret linkType, stubs bool) {
|
||||
switch {
|
||||
case name == "core.current.stubs" || name == "core.platform.api.stubs" ||
|
||||
name == "stub-annotations" || name == "private-stub-annotations-jar" ||
|
||||
name == "core-lambda-stubs":
|
||||
name == "core-lambda-stubs" || name == "core-generated-annotation-stubs":
|
||||
return javaCore, true
|
||||
case ver == "core_current":
|
||||
return javaCore, false
|
||||
|
Reference in New Issue
Block a user