1
0
mirror of https://github.com/xlab/android-go.git synced 2025-12-23 22:11:00 +02:00
Files
android-go/example/android/jni/Android.mk
2016-05-26 03:57:18 +03:00

10 lines
188 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := example
LOCAL_SRC_FILES := lib/libexample.so
LOCAL_LDLIBS := -llog -landroid
include $(PREBUILT_SHARED_LIBRARY)