This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/swig/jni/Android.mk
Vítor Santos Costa 72776e3b14 swig handling
2015-08-18 15:05:07 -05:00

10 lines
158 B
Makefile

# File: Android.mk
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := yap
LOCAL_SRC_FILES := yap_wrap.c
include $(BUILD_SHARED_LIBRARY)