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, 8 insertions, 0 deletions
diff --git a/sound/Android.mk b/sound/Android.mk
new file mode 100644
index 00000000..7a58998b
--- /dev/null
+++ b/sound/Android.mk
@@ -0,0 +1,8 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := sound
+LOCAL_SRC_FILES := playwav.c
+LOCAL_MODULE_TAGS := tests
+include $(BUILD_EXECUTABLE)
+