libtpmtss: Fixed Android.mk

Closes strongswan/strongswan#111

Signed-off-by: Vishal Rana <[email protected]>
This commit is contained in:
Vishal Rana
2018-08-10 10:09:43 +02:00
committed by Tobias Brunner
parent 46f482ca54
commit 41fed536e8
+2 -2
View File
@@ -6,8 +6,8 @@ libtpmtss_la_SOURCES := \
tpm_tss.h tpm_tss.c \
tpm_tss_quote_info.h tpm_tss_quote_info.c \
tpm_tss_trousers.h tpm_tss_trousers.c \
tpm_tss_tss2.h tpm_tss_tss2.c \
tpm_tss_tss2_names.h tpm_tss_tss2_names.c
tpm_tss_tss2.h tpm_tss_tss2_v1.c tpm_tss_tss2_v2.c \
tpm_tss_tss2_names.h tpm_tss_tss2_names_v1.c tpm_tss_tss2_names_v2.c
LOCAL_SRC_FILES := $(filter %.c,$(libtpmtss_la_SOURCES))