OSDN Git Service

Fix for X86 target
[android-x86/system-extras.git] / tests / icachetest / Android.mk
1 # Copyright 2006 The Android Open Source Project
2 ifeq ($(TARGET_ARCH),arm)
3 LOCAL_PATH:= $(call my-dir)
4 include $(CLEAR_VARS)
5
6 LOCAL_SRC_FILES:= icache_main.c icache.S icache2.S
7
8 LOCAL_SHARED_LIBRARIES := libc
9
10 LOCAL_MODULE:= icache
11
12 LOCAL_MODULE_TAGS := optional
13
14 include $(BUILD_EXECUTABLE)
15 endif