修改API框架,兼容1806

Change-Id: Ic68e966a32e4c7ffd7137b3d7ba94e4d813c71b2
diff --git a/mbtk/test/audio_test.c b/mbtk/test/audio_test.c
index c7cae08..b811307 100755
--- a/mbtk/test/audio_test.c
+++ b/mbtk/test/audio_test.c
@@ -8,6 +8,8 @@
 #include "ql/ql_audio.h"
 // #include "mopen_tts.h"
 
+#ifdef MBTK_PLATFORM_ASR1803
+
 #define MBTK_AUD_DEMO_WAV "/data/demo.wav"
 
 static int record_fd = 0;
@@ -339,3 +341,12 @@
 
     return 0;
 }
+
+#else
+int main(int argc, char *argv[])
+{
+
+    return 0;
+}
+
+#endif