Home
last modified time | relevance | path

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

/build/soong/androidmk/androidmk/
Dandroid.go619 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error { func
681 err := makeBlueprintStringAssignment(ctx.file, "local_module_path", "var", varname)
683 err = makeBlueprintStringAssignment(ctx.file, "local_module_path", "fixed", fixed)