Merge "Fix CLANG_EXTERNAL_CFLAGS logic"

This commit is contained in:
Yi Kong 2018-06-13 02:10:12 +00:00 committed by Gerrit Code Review
commit cfbe8cf3bb
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ endif
# Extra cflags for projects under external/ directory
ifeq ($(my_clang),true)
ifeq ($(filter external/%,$(LOCAL_PATH)),)
ifneq ($(filter external/%,$(LOCAL_PATH)),)
my_cflags += $(CLANG_EXTERNAL_CFLAGS)
endif
endif