java_import can be included in apex
java_import can be included in apex via 'java_libs' property. Bug: 139175488 Test: m (apex_test.go updated) Change-Id: I3680a47cdac93b0cb2d41da8df3f8defa2bbe670
This commit is contained in:
@@ -71,6 +71,7 @@ type BaseModuleContext interface {
|
||||
OtherModuleErrorf(m blueprint.Module, fmt string, args ...interface{})
|
||||
OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag
|
||||
OtherModuleExists(name string) bool
|
||||
OtherModuleType(m blueprint.Module) string
|
||||
|
||||
GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module
|
||||
GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module
|
||||
|
Reference in New Issue
Block a user