summaryrefslogtreecommitdiff
path: root/tests/timetest/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timetest/Android.mk')
-rw-r--r--tests/timetest/Android.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/timetest/Android.mk b/tests/timetest/Android.mk
deleted file mode 100644
index be311fa4..00000000
--- a/tests/timetest/Android.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 2006 The Android Open Source Project
-
-LOCAL_PATH:= $(call my-dir)
-
-include $(CLEAR_VARS)
-LOCAL_SRC_FILES := timetest.c
-LOCAL_MODULE := timetest
-LOCAL_CFLAGS := -Wall -Werror
-LOCAL_MODULE_TAGS := tests
-LOCAL_FORCE_STATIC_EXECUTABLE := true
-LOCAL_STATIC_LIBRARIES := libc
-include $(BUILD_NATIVE_TEST)