aboutsummaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-26 03:08:47 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-26 03:08:47 +0300
commitb92cc8e942b91268b096757fe22aca8368ea3de6 (patch)
tree086ee97fed7ed2aad2e64e8870021ba032fd9c59 /android/Android.mk
parent52bbba002d7f39334e833f3ec9e1de010d161bdf (diff)
parent5fa684bd2732f638763cd62bed831ccc6aafc0bf (diff)
downloadlibADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.tar.gz
libADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.tar.bz2
libADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.zip
Merge branch 'master' into get-rid-of-backup-buffer
Diffstat (limited to 'android/Android.mk')
-rw-r--r--android/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/Android.mk b/android/Android.mk
index 954d4e5..b87ff40 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -3,7 +3,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := adlmidi_shared
LOCAL_SRC_FILES := libs/$(TARGET_ARCH_ABI)/libADLMIDI.so
+LOCAL_CFLAGS := -DENABLE_BEGIN_SILENCE_SKIPPING
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../src $(LOCAL_PATH)/../include
-TARGET_PLATFORM = android-10
+TARGET_PLATFORM = android-14
include $(PREBUILT_SHARED_LIBRARY)