Lines Matching refs:product
28 $(SRC_TARGET_DIR)/product/AndroidProducts.mk
36 define get-product-makefiles
54 define get-all-product-makefiles
55 $(call get-product-makefiles,$(_find-android-products-files))
90 define dump-product
98 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
109 define inherit-product
123 define inherit-product-if-exists
124 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
176 define _resolve-short-product-name
188 $(error No matches for product "$(pn)"), \
193 define resolve-short-product-name
194 $(strip $(call _resolve-short-product-name,$(1)))
245 define stash-product-vars
255 define assert-product-vars