summaryrefslogtreecommitdiffstats
path: root/test/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.mk')
-rwxr-xr-xtest/Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Android.mk b/test/Android.mk
new file mode 100755
index 0000000..0085832
--- /dev/null
+++ b/test/Android.mk
@@ -0,0 +1,8 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+# encoder
+include $(LOCAL_PATH)/encoder.mk
+
+# decoder
+include $(LOCAL_PATH)/decoder.mk