aboutsummaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
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)