Skip to content

Commit

Permalink
Android: fix export include path
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Nov 26, 2019
1 parent 35ca555 commit 065b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -107,6 +107,6 @@ ifeq ($(SUPPORT_MID_TIMIDITY),true)
LOCAL_STATIC_LIBRARIES += timidity
endif

LOCAL_EXPORT_C_INCLUDES += $(LOCAL_PATH)
LOCAL_EXPORT_C_INCLUDES += $(LOCAL_PATH)/include

include $(BUILD_SHARED_LIBRARY)

0 comments on commit 065b28a

Please sign in to comment.