summaryrefslogtreecommitdiff
path: root/tests/timetest/Android.mk
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2009-05-08 22:52:55 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-08 22:52:55 -0700
commit05abce16e1ce6d6e869b65c40a56e56fdfda3840 (patch)
tree8aca94a497ff1ce342de5128d9c6a5ba3e118444 /tests/timetest/Android.mk
parente09db60c180b0380811bc03ac2e2ff439cbe7e09 (diff)
parentfb96abdcfc53dc0c4ff0450c0afd192d6ba570c1 (diff)
downloadextras-05abce16e1ce6d6e869b65c40a56e56fdfda3840.tar.gz
am fb96abd: Bring timetest back.
Merge commit 'fb96abdcfc53dc0c4ff0450c0afd192d6ba570c1' * commit 'fb96abdcfc53dc0c4ff0450c0afd192d6ba570c1': Bring timetest back.
Diffstat (limited to 'tests/timetest/Android.mk')
-rw-r--r--tests/timetest/Android.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/timetest/Android.mk b/tests/timetest/Android.mk
new file mode 100644
index 00000000..918dea18
--- /dev/null
+++ b/tests/timetest/Android.mk
@@ -0,0 +1,19 @@
+# Copyright 2006 The Android Open Source Project
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES:= timetest.c
+
+LOCAL_MODULE:= timetest
+
+LOCAL_MODULE_TAGS := tests
+
+LOCAL_FORCE_STATIC_EXECUTABLE := true
+LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
+LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED)
+
+LOCAL_STATIC_LIBRARIES := libc
+
+include $(BUILD_EXECUTABLE)
+