Skip to content

Commit

Permalink
Android.mk: add missing source file
Browse files Browse the repository at this point in the history
Add xtest_uuid_helpers.c to 'srcs'.

Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
  • Loading branch information
Victor Chong authored and jforissier committed Jan 20, 2021
1 parent be1a042 commit 7be4239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ srcs += adbg/src/adbg_case.c \
stats.c \
xtest_helpers.c \
xtest_main.c \
xtest_test.c
xtest_test.c \
xtest_uuid_helpers.c

ifeq ($(CFG_SECSTOR_TA_MGMT_PTA),y)
srcs += install_ta.c
Expand Down

0 comments on commit 7be4239

Please sign in to comment.