kernel: Fix broken C_INCLUDE_PATH for Darwin
Commit 7fb9251dfc
modified
the expansion in an illegal way.
Fix the broken env variable.
Change-Id: Ib3029fa995d6a4b0416887a2ef2e4792c9e6bb27
(cherry picked from commit 90b437e784c19fc428c24891cc96705b89b786df)
This commit is contained in:
parent
7fb9251dfc
commit
1e7c3f00c6
1 changed files with 1 additions and 2 deletions
|
@ -261,8 +261,7 @@ define clean-module-folder
|
|||
endef
|
||||
|
||||
ifeq ($(HOST_OS),darwin)
|
||||
MAKE_FLAGS += C_INCLUDE_PATH=$(ANDROID_BUILD_TOP)/external/elfutils/libelf/
|
||||
MAKE_FLAGS += C_INCLUDE_PATH=/usr/local/opt/openssl/include
|
||||
MAKE_FLAGS += C_INCLUDE_PATH=$(ANDROID_BUILD_TOP)/external/elfutils/libelf:/usr/local/opt/openssl/include
|
||||
MAKE_FLAGS += LIBRARY_PATH=/usr/local/opt/openssl/lib
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue