summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libpixelflinger/tests/arch-mips64/assembler/Android.mk')
-rw-r--r--libpixelflinger/tests/arch-mips64/assembler/Android.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/libpixelflinger/tests/arch-mips64/assembler/Android.mk b/libpixelflinger/tests/arch-mips64/assembler/Android.mk
deleted file mode 100644
index 469996126..000000000
--- a/libpixelflinger/tests/arch-mips64/assembler/Android.mk
+++ /dev/null
@@ -1,21 +0,0 @@
1LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 mips64_assembler_test.cpp\
6 asm_mips_test_jacket.S
7
8LOCAL_SHARED_LIBRARIES := \
9 libcutils \
10 libpixelflinger
11
12LOCAL_C_INCLUDES := \
13 $(LOCAL_PATH)/../../..
14
15LOCAL_MODULE:= test-pixelflinger-mips64-assembler-test
16
17LOCAL_MODULE_TAGS := tests
18
19LOCAL_MULTILIB := 64
20
21include $(BUILD_NATIVE_TEST)