HomeSort by relevance Sort by last modified time
    Searched full:product_goals (Results 1 - 1 of 1) sorted by null

  /build/core/
product_config.mk 91 product_goals := $(strip $(filter PRODUCT-%,$(MAKECMDGOALS))) macro
92 ifdef product_goals
96 ifneq ($(words $(product_goals)),1)
97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)")
99 goal_name := $(product_goals)
100 product_goals := $(patsubst PRODUCT-%,%,$(product_goals)) macro
101 product_goals := $(subst -, ,$(product_goals)) macro
102 ifneq ($(words $(product_goals)),2
    [all...]

Completed in 46 milliseconds