You've already forked android-go
mirror of
https://github.com/xlab/android-go.git
synced 2025-12-23 22:11:00 +02:00
10 lines
188 B
Makefile
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)
|