am 3d48d9c3: Allow to run checkbuild in sdk build.

* commit '3d48d9c36b2d2cd696d3ee2656939e77ca5ba950':
  Allow to run checkbuild in sdk build.
This commit is contained in:
Ying Wang 2013-10-02 11:11:13 -07:00 committed by Android Git Automerger
commit 9e8b6c429d

View file

@ -357,7 +357,7 @@ ifdef is_sdk_build
sdk_repo_goal := $(strip $(filter sdk_repo,$(MAKECMDGOALS)))
MAKECMDGOALS := $(strip $(filter-out sdk_repo,$(MAKECMDGOALS)))
ifneq ($(words $(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))),1)
ifneq ($(words $(filter-out $(INTERNAL_MODIFIER_TARGETS) checkbuild,$(MAKECMDGOALS))),1)
$(error The 'sdk' target may not be specified with any other targets)
endif