Home
last modified time | relevance | path

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

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