Remove the APP-* goal
I can't find anything still using this, and I'm close to removing the PRODUCT-* goal. Test: codesearch (both android and the build configs) Test: m APP-test Change-Id: I4efdcdea2bb9ace14632cab35a2a1c7bdc89592f
This commit is contained in:
@@ -139,15 +139,7 @@ endif # CALLED_FROM_SETUP
|
||||
ifeq ($(CALLED_FROM_SETUP),true)
|
||||
unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS)))
|
||||
ifdef unbundled_goals
|
||||
ifneq ($(words $(unbundled_goals)),1)
|
||||
$(error Only one APP-* goal may be specified; saw "$(unbundled_goals)")
|
||||
endif
|
||||
TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
|
||||
ifneq ($(filter droid,$(MAKECMDGOALS)),)
|
||||
override MAKECMDGOALS := $(patsubst $(unbundled_goals),,$(MAKECMDGOALS))
|
||||
else
|
||||
override MAKECMDGOALS := $(patsubst $(unbundled_goals),droid,$(MAKECMDGOALS))
|
||||
endif
|
||||
$(error The APP-* goal is no longer supported. Use `TARGET_BUILD_APPS="<app>" m droid` instead)
|
||||
endif # unbundled_goals
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user