summaryrefslogtreecommitdiff
path: root/android/experiments/DocumentLoader/jni/Android.mk
blob: 939a1ea503bb7f01b41e0a75ef78f65692ed1cf7 (plain)
1
2
3
4
5
6
7
8
# Needed just to satisfy ndk-gdb for now, but maybe later we will actually add
# some JNI code here

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

include $(BUILD_SHARED_LIBRARY)