Lines Matching refs:cert
402 cert := android.SrcIsModule(a.getCertString(ctx))
403 if cert != "" {
404 ctx.AddDependency(ctx.Module(), certificateTag, cert)
407 for _, cert := range a.appProperties.Additional_certificates {
408 cert = android.SrcIsModule(cert)
409 if cert != "" {
410 ctx.AddDependency(ctx.Module(), certificateTag, cert)
1207 cert := String(c.properties.Certificate)
1209 Pem: android.PathForModuleSrc(ctx, cert+".x509.pem"),
1210 Key: android.PathForModuleSrc(ctx, cert+".pk8"),
1377 cert := android.SrcIsModule(String(a.properties.Certificate))
1378 if cert != "" {
1379 ctx.AddDependency(ctx.Module(), certificateTag, cert)
1774 cert := android.SrcIsModule(String(r.properties.Certificate))
1775 if cert != "" {
1776 ctx.AddDependency(ctx.Module(), certificateTag, cert)