Home
last modified time | relevance | path

Searched refs:EnforceSystemCertificate (Results 1 – 4 of 4) sorted by relevance

/build/make/core/
Dsoong_config.mk190 $(call add_json_bool, EnforceSystemCertificate, $(ENFORCE_SYSTEM_CERTIFICATE))
/build/soong/android/
Dvariable.go325 EnforceSystemCertificate *bool `json:",omitempty"` member
Dconfig.go1207 func (c *config) EnforceSystemCertificate() bool { func
1208 return Bool(c.productVariables.EnforceSystemCertificate)
/build/soong/java/
Dapp.go724 enforceSystemCert := ctx.Config().EnforceSystemCertificate()