mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Use 3rdparty headers from the submodule
This commit is contained in:
parent
0c6b79979c
commit
4f055f4ca2
5 changed files with 15 additions and 9 deletions
|
|
@ -8,6 +8,7 @@ LOCAL_LDFLAGS = -L../../library \
|
|||
LOCAL_LDFLAGS += -L../../crypto/library
|
||||
LOCAL_CFLAGS += -I../../crypto/include
|
||||
CRYPTO := ../../crypto/library/
|
||||
LOCAL_CFLAGS += $(patsubst -I../3rdparty/%, -I../../crypto/3rdparty/%, $(THIRDPARTY_INCLUDES))
|
||||
|
||||
ifndef SHARED
|
||||
DEP=$(CRYPTO)libmbedcrypto.a ../../library/libmbedx509.a ../../library/libmbedtls.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue