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:
Jiyong Park
2019-08-09 20:39:45 +09:00
parent 02ed5df4ac
commit 9e6c242856
3 changed files with 37 additions and 5 deletions

View File

@@ -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