aboutsummaryrefslogtreecommitdiff
path: root/build/pw_unit_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pw_unit_test.mk')
-rw-r--r--build/pw_unit_test.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/build/pw_unit_test.mk b/build/pw_unit_test.mk
deleted file mode 100644
index f0ef307c..00000000
--- a/build/pw_unit_test.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Makefile for Pigweed's Unit Test Framework
-#
-PW_DIR = $(ANDROID_BUILD_TOP)/external/pigweed
-PW_UT_DIR = $(PW_DIR)/pw_unit_test
-
-PW_UT_SRCS += $(PW_UT_DIR)/framework.cc
-
-PW_UT_CFLAGS += -I$(PW_UT_DIR)/public
-PW_UT_CFLAGS += -I$(PW_UT_DIR)/public_overrides
-PW_UT_CFLAGS += -I$(PW_DIR)/pw_polyfill/public
-PW_UT_CFLAGS += -I$(PW_DIR)/pw_polyfill/public_overrides
-PW_UT_CFLAGS += -I$(PW_DIR)/pw_polyfill/standard_library_public
-PW_UT_CFLAGS += -I$(PW_DIR)/pw_preprocessor/public
-PW_UT_CFLAGS += -I$(PW_DIR)/pw_span/public
-PW_UT_CFLAGS += -I$(PW_DIR)/pw_span/public_overrides
-PW_UT_CFLAGS += -I$(PW_DIR)/pw_string/public