Adding Android.mk for android integration

Sonic library to be integrated with TimeStretch buffer provider.

bug: 19196501
Change-Id: I9cd3562601a38bc42d3c1ddea6c8820bb4533efb
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..8fb625b
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,13 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES := sonic.c
+
+LOCAL_CFLAGS += -Wno-sequence-point -Wno-extra
+
+LOCAL_CPPFLAGS += -std=c++98
+
+LOCAL_MODULE:= libsonic
+
+include $(BUILD_SHARED_LIBRARY)
+