Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 164a9639 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

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

* commit '9e8b6c42':
  Allow to run checkbuild in sdk build.
parents b6da30c3 9e8b6c42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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