Searched refs:DefaultAppCertificate (Results 1 – 16 of 16) sorted by relevance
/build/bazel/rules/android/ |
D | android_app_certificate.bzl | 130 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,
|
D | android_binary.bzl | 78 DefaultAppCertificate product variable. In either case, we convert the specified
|
/build/bazel/tests/products/ |
D | product_labels.bzl | 48 "DefaultAppCertificate": "build/bazel/rules/apex/testdata/devkey",
|
D | aosp_x86_64.variables.bzl | 63 "DefaultAppCertificate": "",
|
D | aosp_x86.variables.bzl | 63 "DefaultAppCertificate": "",
|
D | aosp_arm64.variables.bzl | 63 "DefaultAppCertificate": "",
|
D | aosp_arm.variables.bzl | 63 "DefaultAppCertificate": "",
|
/build/bazel/rules/apex/ |
D | apex_key.bzl | 30 # If the DefaultAppCertificate directory is specified, then look for this
|
D | apex_key_test.bzl | 48 # This product sets DefaultAppCertificate to build/bazel/rules/apex/testdata/devkey,
|
/build/soong/filesystem/ |
D | fsverity_metadata.go | 155 pemPath, keyPath := ctx.Config().DefaultAppCertificate(ctx)
|
/build/soong/android/ |
D | config.go | 1009 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)
|
D | variable.go | 276 DefaultAppCertificate *string `json:",omitempty"` member
|
/build/make/core/ |
D | soong_config.mk | 111 $(call add_json_str, DefaultAppCertificate, $(PRODUCT_DEFAULT_DEV_CERTIFICATE))
|
/build/soong/apex/ |
D | builder.go | 1030 return ctx.Config().DefaultAppCertificate(ctx)
|
D | apex_test.go | 221 variables.DefaultAppCertificate = proptools.StringPtr("vendor/foo/devkeys/test")
|
/build/soong/java/ |
D | app.go | 709 pem, key := ctx.Config().DefaultAppCertificate(ctx)
|