OSDN Git Service

am 9bc71158: am f9ad69f4: am 803b245e: (-s ours) am 469dbc0a: (-s ours) Reconcile...
[android-x86/system-extras.git] / micro_bench / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES := micro_bench.cpp
5
6 LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
7 LOCAL_MODULE_TAGS := debug
8 LOCAL_MODULE := micro_bench
9
10 include $(BUILD_EXECUTABLE)
11
12 include $(CLEAR_VARS)
13
14 LOCAL_SRC_FILES := micro_bench.cpp
15
16 LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
17 LOCAL_MODULE_TAGS := debug
18 LOCAL_MODULE := micro_bench_static
19 LOCAL_STATIC_LIBRARIES = libc libm
20 LOCAL_FORCE_STATIC_EXECUTABLE := true
21
22 include $(BUILD_EXECUTABLE)