Lines Matching refs:comp
146 func crateSource(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (string, bool) {
148 srcs := comp.Properties.Srcs
204 var comp *baseCompiler
207 comp = c.baseCompiler
209 comp = c.baseCompiler
211 comp = c.binaryDecorator.baseCompiler
215 return rModule, comp, true
221 …neratorSingleton) addCrate(ctx android.SingletonContext, rModule *Module, comp *baseCompiler) (int…
222 rootModule, ok := crateSource(ctx, rModule, comp)
231 Edition: comp.edition(),
237 if comp.CargoOutDir().Valid() {
238 crate.Env["OUT_DIR"] = comp.CargoOutDir().String()
241 for _, feature := range comp.Properties.Features {
261 rModule, comp, ok := isModuleSupported(ctx, module)
272 singleton.addCrate(ctx, rModule, comp)