aux: allow non-clang toolchains for AUX builds
Change-Id: I38fcc0ad66cadd1f6008169fb1c1baea77734695 Signed-off-by: Alexey Polyudov <apolyudov@google.com>
This commit is contained in:
parent
4e16ac5b66
commit
65d7a34b85
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ endif
|
|||
# Issue warning if LOCAL_CLANG* is set to false and the local makefile is not found
|
||||
# in the exception project list.
|
||||
ifeq ($(my_clang),false)
|
||||
ifeq ($(call find_in_local_clang_exception_projects,$(LOCAL_MODULE_MAKEFILE)),)
|
||||
ifeq ($(call find_in_local_clang_exception_projects,$(LOCAL_MODULE_MAKEFILE))$(LOCAL_IS_AUX_MODULE),)
|
||||
$(error $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_CLANG is set to false)
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue