Home
last modified time | relevance | path

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

/build/soong/android/
Dbuildinfo_prop.go114 cmd.FlagWithInput("--build-hostname-file=", config.BuildHostnameFile(ctx))
Dvariable.go204 BuildHostnameFile *string `json:",omitempty"` member
Dconfig.go800 func (c *config) BuildHostnameFile(ctx PathContext) Path { func
801 return PathForOutput(ctx, String(c.productVariables.BuildHostnameFile))
/build/make/core/
Dsoong_config.mk34 $(call add_json_str, BuildHostnameFile, build_hostname.txt)