Merge "aux: allow non-clang toolchains for AUX builds"
This commit is contained in:
commit
a2071052e8
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