summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-11-29 17:50:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-29 17:50:13 +0000
commit0ceab28690a2fdc85b0e0e5b1b93da30016f1f44 (patch)
tree379aa540f68fd8827470e6689dce53a2788081a2 /tests
parent55925a0a50f7c4a0e2d770e039bbdc183216e3f1 (diff)
parent11a438be18b89a82725ec83c0495ad47cf435ea9 (diff)
downloadextras-0ceab28690a2fdc85b0e0e5b1b93da30016f1f44.tar.gz
time test reclassification as gTest
am: 11a438be18 Change-Id: I06539c7e894be9a1739779f97fb31ec6f1e672b1
Diffstat (limited to 'tests')
-rw-r--r--tests/timetest/Android.mk16
1 files changed, 4 insertions, 12 deletions
diff --git a/tests/timetest/Android.mk b/tests/timetest/Android.mk
index 92bbf1ee..b6448949 100644
--- a/tests/timetest/Android.mk
+++ b/tests/timetest/Android.mk
@@ -3,20 +3,12 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= timetest.c
-
-LOCAL_MODULE:= timetest
-
-LOCAL_MODULE_TAGS := optional
-
+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)
+include $(BUILD_NATIVE_TEST)
# -----------------------------------------------------------------------------
# Unit tests.