Merge "Fix CLANG_EXTERNAL_CFLAGS logic"
am: cfbe8cf3bb
Change-Id: I4d3d28eb7ff1352150593163ff3b4b80d36dbbef
This commit is contained in:
@@ -407,7 +407,7 @@ endif
|
|||||||
|
|
||||||
# Extra cflags for projects under external/ directory
|
# Extra cflags for projects under external/ directory
|
||||||
ifeq ($(my_clang),true)
|
ifeq ($(my_clang),true)
|
||||||
ifeq ($(filter external/%,$(LOCAL_PATH)),)
|
ifneq ($(filter external/%,$(LOCAL_PATH)),)
|
||||||
my_cflags += $(CLANG_EXTERNAL_CFLAGS)
|
my_cflags += $(CLANG_EXTERNAL_CFLAGS)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user