Lines Matching refs:foo
92 `PRODUCT_VENDOR_PROPERTIES += foo=true foo=false`
97 `PRODUCT_VENDOR_PROPERTIES += foo=true`
98 `PRODUCT_SYSTEM_PROPERTIES += foo=false`
108 So, `foo` becomes `true` because vendor has higher priority than system.
122 following is allowed and `foo` gets `true`
124 `PRODUCT_VENDOR_PROPERTIES += foo=true foo?=false`
129 `PRODUCT_VENDOR_PROPERTIES += foo?=false foo=true`
134 `PRODUCT_VENDOR_PROPERTIES += foo?=apple foo?=banana foo?=mango`
136 With above, `foo` becomes `mango` since its the last one.
176 $(intermediates)/foo.c: .KATI_IMPLICIT_OUTPUTS := $(intermediates)/foo.h
177 $(intermediates)/foo.c: $(LOCAL_PATH)/foo.y $(M4) $(BISON) $(BISON_DATA)
361 $(call dist-for-goals,foo,bar/baz)
364 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run.
372 $(call dist-for-goals,foo,bar/baz:logs/foo.log)
375 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run.
391 ...mk:42: warning: PHONY target "out/.../foo" looks like a real file (contains a "/")
413 ...mk:42: warning: real file "out/.../foo" depends on PHONY target "buildbins"
507 %.o : %.foo
518 files := $(wildcard $(LOCAL_PATH)/*.foo)
519 gen := $(patsubst $(LOCAL_PATH)/%.foo,$(intermediates)/%.o,$(files))
520 $(gen): %.o : %.foo