android project
This commit is contained in:
parent
bbad94e5dd
commit
e9672e9820
9
packages/swig/jni/Android.mk.in
Normal file
9
packages/swig/jni/Android.mk.in
Normal file
@ -0,0 +1,9 @@
|
||||
# File: Android.mk
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := yap
|
||||
LOCAL_SRC_FILES := yap_wrap.c
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
Reference in New Issue
Block a user