Use 3rdparty headers from the submodule

This commit is contained in:
Janos Follath 2019-08-20 15:12:54 +01:00
parent 0c6b79979c
commit 4f055f4ca2
5 changed files with 15 additions and 9 deletions

View file

@ -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