From b3b3475e93a9b08f9e35edbf74673728b560ad3b Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Fri, 26 Aug 2016 23:48:48 +0200 Subject: compress videos bigger than 10 MB before sending --- src/main/jni/Application.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/jni/Application.mk (limited to 'src/main/jni/Application.mk') diff --git a/src/main/jni/Application.mk b/src/main/jni/Application.mk new file mode 100644 index 000000000..61a377ba9 --- /dev/null +++ b/src/main/jni/Application.mk @@ -0,0 +1,2 @@ +APP_PLATFORM := android-9 +APP_ABI := armeabi armeabi-v7a x86 \ No newline at end of file -- cgit v1.2.3