aboutsummaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'android/Android.mk')
-rw-r--r--android/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/Android.mk b/android/Android.mk
index d379b3c..954d4e5 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -3,7 +3,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := adlmidi_shared
LOCAL_SRC_FILES := libs/$(TARGET_ARCH_ABI)/libADLMIDI.so
-LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../src
+LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../src $(LOCAL_PATH)/../include
TARGET_PLATFORM = android-10
include $(PREBUILT_SHARED_LIBRARY)