Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/androidmk/androidmk/
H A Dandroid.go620 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error { func
682 err := makeBlueprintStringAssignment(ctx.file, "local_module_path", "var", varname)
684 err = makeBlueprintStringAssignment(ctx.file, "local_module_path", "fixed", fixed)