--- a/make/common/TestFilesCompilation.gmk Tue Mar 12 14:35:26 2019 +0000
+++ b/make/common/TestFilesCompilation.gmk Tue Mar 12 08:04:33 2019 -0700
@@ -90,8 +90,7 @@
$$(eval $$(call SetupNativeCompilation, BUILD_TEST_$$(name), \
NAME := $$(unprefixed_name), \
TYPE := $$($1_COMPILATION_TYPE), \
- SRC := $$(patsubst %/,%,$$(dir $$(file))), \
- INCLUDE_FILES := $$(notdir $$(file)), \
+ EXTRA_FILES := $$(file), \
OBJECT_DIR := $$($1_OUTPUT_DIR)/support/$$(name), \
OUTPUT_DIR := $$($1_OUTPUT_DIR)/$$($1_OUTPUT_SUBDIR), \
CFLAGS := $$($1_BASE_CFLAGS) $$($1_CFLAGS) $$($1_CFLAGS_$$(name)), \