Home | History | Annotate | Download | only in java

Lines Matching defs:Library

573 func checkLinkType(ctx android.ModuleContext, from *Module, to *Library, tag dependencyTag) {
576 ctx.ModuleErrorf("depends on other library %q using non-core Java APIs",
598 if to, ok := module.(*Library); ok {
1036 var _ Dependency = (*Library)(nil)
1060 type Library struct {
1064 func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1073 func (j *Library) DepsMutator(ctx android.BottomUpMutatorContext) {
1079 module := &Library{}
1096 module := &Library{}
1116 Library
1133 j.Library.GenerateAndroidBuildActions(ctx)