Home
last modified time | relevance | path

Searched refs:certificate (Results 1 – 11 of 11) sorted by relevance

/build/make/core/
Ddpi_specific_apk.mk27 $(built_dpi_apk): PRIVATE_CERTIFICATE := $(certificate)
44 $(built_dpi_apk) : $(private_key) $(certificate) $(SIGNAPK_JAR)
73 PACKAGES.$(dpi_apk_name).CERTIFICATE := $(certificate)
Dapp_certificate_validate.mk7 … $(call pretty-error,The module in product partition cannot be signed with certificate in system.))
Dpackage_internal.mk545 certificate := $(LOCAL_CERTIFICATE).x509.pem
548 $(LOCAL_BUILT_MODULE): $(private_key) $(certificate) $(SIGNAPK_JAR)
550 $(LOCAL_BUILT_MODULE): PRIVATE_CERTIFICATE := $(certificate)
553 PACKAGES.$(LOCAL_PACKAGE_NAME).CERTIFICATE := $(certificate)
746 $(built_apk_splits): PRIVATE_CERTIFICATE := $(certificate)
Dproduct_config.mk319 only 1 certificate is allowed.)
/build/soong/java/
Dapp.go104 certificate Certificate member
315 a.certificate = certificateDeps[0]
319 a.certificate = Certificate{
325 a.certificate = Certificate{pem, key}
329 certPath := a.certificate.Pem.String()
341 return append([]Certificate{a.certificate}, certificateDeps...)
490 certificate, overridden := ctx.DeviceConfig().OverrideCertificateFor(ctx.ModuleName())
492 return ":" + certificate
Dapp_test.go725 certificate: ":new_certificate"
730 certificate: "cert/new_cert",
742 certificate: "expiredkey"
754 certificate: "expiredkey"
759 certificate: "cert/new_cert",
882 certificate: "expiredkey",
889 certificate: ":new_certificate",
894 certificate: "cert/new_cert",
Dandroidmk.go311 fmt.Fprintln(w, "LOCAL_CERTIFICATE :=", app.certificate.Pem.String())
/build/make/tools/releasetools/
Dcheck_ota_package_signature.py188 VerifyPackage(args.certificate, args.package)
189 VerifyAbOtaPayload(args.certificate, args.package)
/build/make/target/product/security/
DREADME31 dumpkey.jar is a Java tool that takes an x.509 certificate in PEM format as
/build/soong/apex/
Dapex_test.go839 certificate: ":myapex.certificate",
858 certificate: "testkey",
863 certificate: "testkey.override",
Dapex.go535 certificate, overridden := ctx.DeviceConfig().OverrideCertificateFor(ctx.ModuleName())
537 return ":" + certificate