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))
84 define dump-product
92 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
103 define inherit-product
117 define inherit-product-if-exists
118 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
170 define _resolve-short-product-name
182 $(error No matches for product "$(pn)"), \
187 define resolve-short-product-name
188 $(strip $(call _resolve-short-product-name,$(1)))