summaryrefslogtreecommitdiff
path: root/sound/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sound/Android.mk')
-rw-r--r--sound/Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/Android.mk b/sound/Android.mk
deleted file mode 100644
index 7a58998b..00000000
--- a/sound/Android.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := sound
-LOCAL_SRC_FILES := playwav.c
-LOCAL_MODULE_TAGS := tests
-include $(BUILD_EXECUTABLE)
-