Home
last modified time | relevance | path

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

/aosp12/build/make/core/
H A Dsoong_config.mk214 $(call add_json_list, EnforceSystemCertificateAllowList, $(ENFORCE_SYSTEM_CERTIFICATE_ALLOW_LIST))
/aosp12/build/soong/android/
H A Dvariable.go353 EnforceSystemCertificateAllowList []string `json:",omitempty"` member
H A Dconfig.go1314 func (c *config) EnforceSystemCertificateAllowList() []string { func
1315 return c.productVariables.EnforceSystemCertificateAllowList
/aosp12/build/soong/java/
H A Dapp.go595 allowed := ctx.Config().EnforceSystemCertificateAllowList()