OSDN Git Service

am 9c67529d: Remove sound, memtest, vibrator, timetest, cachetest from tests build
[android-x86/system-extras.git] / tests / timetest / Android.mk
1 # Copyright 2006 The Android Open Source Project
2
3 LOCAL_PATH:= $(call my-dir)
4 include $(CLEAR_VARS)
5
6 LOCAL_SRC_FILES:= timetest.c
7
8 LOCAL_MODULE:= timetest
9
10 LOCAL_MODULE_TAGS := optional
11
12 LOCAL_FORCE_STATIC_EXECUTABLE := true
13 LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
14 LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED)
15
16 LOCAL_STATIC_LIBRARIES := libc
17
18 include $(BUILD_EXECUTABLE)
19