mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
3rdparty: Add additional build facilities for 3rd-party code
This commit is contained in:
parent
181f284e39
commit
655ddababa
5 changed files with 12 additions and 6 deletions
|
|
@ -18,7 +18,8 @@ LOCAL_LDFLAGS += -L../crypto/library
|
|||
LOCAL_CFLAGS += -I../crypto/include
|
||||
LOCAL_CXXFLAGS += -I../crypto/include
|
||||
|
||||
LOCAL_CFLAGS+=-I../3rdparty/everest/include
|
||||
include ../3rdparty/Makefile.inc
|
||||
LOCAL_CFLAGS+=$(THIRDPARTY_INCLUDES)
|
||||
|
||||
ifndef SHARED
|
||||
DEP=../crypto/library/libmbedcrypto.a ../library/libmbedx509.a ../library/libmbedtls.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue