summaryrefslogtreecommitdiff
path: root/tests/icachetest/Android.mk
blob: f50f79094c4417e229ff194e5d78ea78d197d9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2006 The Android Open Source Project
ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= icache_main.c icache.S icache2.S

LOCAL_SHARED_LIBRARIES := libc

LOCAL_MODULE:= icache

LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)
endif