Home | History | Annotate | Download | only in android

Lines Matching refs:Soong

42 	// Verify the make variable matches the Soong version, fail the build
45 // Check to see if the make variable matches the Soong version, warn if
49 // These are equivalent to the above, but sort the make and soong
164 define soong-compare-var
169 $$(warning $(1) does not match between Make and Soong:)
171 $(if $(2),$$(warning Soong adds: $$(filter-out $$(my_val_make),$$(my_val_soong))),$$(warning Soong: $$(my_val_soong)))
200 fmt.Fprintf(buf, "$(eval $(call soong-compare-var,%s,%s,my_check_failed := true))\n\n", v.name, sort)
205 $(error Soong variable check failed)
223 fmt.Fprintf(buf, "$(eval $(call soong-compare-var,%s,%s))\n\n", v.name, sort)