Skip to content

Commit

Permalink
xtest: remove xtest/xml from includes
Browse files Browse the repository at this point in the history
Remove xtest/xml include from Makefile and Android.mk since this folder
has been previously deleted.

Fixes: f7c37e7 ("gp: update compliance suite to version 2.0.0.2 ")
Signed-off-by: Clement Faure <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Acked-by: Jens Wiklander <[email protected]>
  • Loading branch information
clementfaure authored and jforissier committed Oct 8, 2020
1 parent 7fb7864 commit 159e295
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ LOCAL_SRC_FILES := $(patsubst %,host/xtest/%,$(srcs))

LOCAL_C_INCLUDES += $(LOCAL_PATH)/host/xtest \
$(LOCAL_PATH)/host/xtest/adbg/include\
$(LOCAL_PATH)/host/xtest/xml/include \
$(LOCAL_PATH)/ta/concurrent/include \
$(LOCAL_PATH)/ta/concurrent_large/include \
$(LOCAL_PATH)/ta/create_fail_test/include \
Expand Down
1 change: 0 additions & 1 deletion host/xtest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ objs := $(patsubst %.c,$(out-dir)/xtest/%.o, $(srcs))

CFLAGS += -I./
CFLAGS += -I./adbg/include
CFLAGS += -I./xml/include
CFLAGS += -I$(out-dir)/xtest

CFLAGS += -I$(OPTEE_CLIENT_EXPORT)/include
Expand Down

0 comments on commit 159e295

Please sign in to comment.