Home
last modified time | relevance | path

Searched refs:DefaultAppCertificate (Results 1 – 16 of 16) sorted by relevance

/build/bazel/rules/android/
Dandroid_app_certificate.bzl130 the package determined by the DefaultAppCertificate product config variable,
134 by DefaultAppCertificate. (DefaultAppCertificate can function as both the
138 If neither the name nor DefaultAppCertificate is given,
Dandroid_binary.bzl78 DefaultAppCertificate product variable. In either case, we convert the specified
/build/bazel/tests/products/
Dproduct_labels.bzl48 "DefaultAppCertificate": "build/bazel/rules/apex/testdata/devkey",
Daosp_x86_64.variables.bzl63 "DefaultAppCertificate": "",
Daosp_x86.variables.bzl63 "DefaultAppCertificate": "",
Daosp_arm64.variables.bzl63 "DefaultAppCertificate": "",
Daosp_arm.variables.bzl63 "DefaultAppCertificate": "",
/build/bazel/rules/apex/
Dapex_key.bzl30 # If the DefaultAppCertificate directory is specified, then look for this
Dapex_key_test.bzl48 # This product sets DefaultAppCertificate to build/bazel/rules/apex/testdata/devkey,
/build/soong/filesystem/
Dfsverity_metadata.go155 pemPath, keyPath := ctx.Config().DefaultAppCertificate(ctx)
/build/soong/android/
Dconfig.go1009 defaultCert := String(c.productVariables.DefaultAppCertificate)
1016 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) { func
1017 defaultCert := String(c.productVariables.DefaultAppCertificate)
1026 defaultCert := String(c.productVariables.DefaultAppCertificate)
1035 defaultCert := String(c.productVariables.DefaultAppCertificate)
Dvariable.go276 DefaultAppCertificate *string `json:",omitempty"` member
/build/make/core/
Dsoong_config.mk111 $(call add_json_str, DefaultAppCertificate, $(PRODUCT_DEFAULT_DEV_CERTIFICATE))
/build/soong/apex/
Dbuilder.go1030 return ctx.Config().DefaultAppCertificate(ctx)
Dapex_test.go221 variables.DefaultAppCertificate = proptools.StringPtr("vendor/foo/devkeys/test")
/build/soong/java/
Dapp.go709 pem, key := ctx.Config().DefaultAppCertificate(ctx)