add exception to be able to build emulator_tests in conjunction with the

sdk.

Change-Id: Ic4c63c756c78da97657e08faa5b4b6891b951b03
This commit is contained in:
Tsu Chiang Chuang 2014-02-25 10:37:58 -08:00
parent c1b2536f63
commit 43d524854a
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,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) checkbuild,$(MAKECMDGOALS))),1)
ifneq ($(words $(filter-out $(INTERNAL_MODIFIER_TARGETS) checkbuild emulator_tests,$(MAKECMDGOALS))),1)
$(error The 'sdk' target may not be specified with any other targets)
endif