summaryrefslogtreecommitdiff
path: root/tests/icachetest/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:58 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:58 -0800
commite16cb84e2324f05334d18dcf5956f20f44262b62 (patch)
treec87defa74181089778bc8e5671e2896d95d4e2b0 /tests/icachetest/Android.mk
parent19ddb4b1680760e2d6863c3003976882ebd9d0fa (diff)
downloadextras-e16cb84e2324f05334d18dcf5956f20f44262b62.tar.gz
auto import from //depot/cupcake/@135843
Diffstat (limited to 'tests/icachetest/Android.mk')
-rw-r--r--tests/icachetest/Android.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/icachetest/Android.mk b/tests/icachetest/Android.mk
new file mode 100644
index 00000000..fca07ee1
--- /dev/null
+++ b/tests/icachetest/Android.mk
@@ -0,0 +1,14 @@
+# Copyright 2006 The Android Open Source Project
+
+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 := tests
+
+include $(BUILD_EXECUTABLE)