Lines Matching refs:foo
38 `PRODUCT_VENDOR_PROPERTIES += foo=true foo=false`
43 `PRODUCT_VENDOR_PROPERTIES += foo=true`
44 `PRODUCT_SYSTEM_PROPERTIES += foo=false`
54 So, `foo` becomes `true` because vendor has higher priority than system.
68 following is allowed and `foo` gets `true`
70 `PRODUCT_VENDOR_PROPERTIES += foo=true foo?=false`
75 `PRODUCT_VENDOR_PROPERTIES += foo?=false foo=true`
80 `PRODUCT_VENDOR_PROPERTIES += foo?=apple foo?=banana foo?=mango`
82 With above, `foo` becomes `mango` since its the last one.
122 $(intermediates)/foo.c: .KATI_IMPLICIT_OUTPUTS := $(intermediates)/foo.h
123 $(intermediates)/foo.c: $(LOCAL_PATH)/foo.y $(M4) $(BISON) $(BISON_DATA)
307 $(call dist-for-goals,foo,bar/baz)
310 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run.
318 $(call dist-for-goals,foo,bar/baz:logs/foo.log)
321 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run.
337 ...mk:42: warning: PHONY target "out/.../foo" looks like a real file (contains a "/")
359 ...mk:42: warning: real file "out/.../foo" depends on PHONY target "buildbins"
453 %.o : %.foo
464 files := $(wildcard $(LOCAL_PATH)/*.foo)
465 gen := $(patsubst $(LOCAL_PATH)/%.foo,$(intermediates)/%.o,$(files))
466 $(gen): %.o : %.foo