Improve Makefile for android compilation and bring back Application.mk

This commit is contained in:
Vitor Santos Costa
2014-09-17 16:54:21 -05:00
parent 8461026303
commit 00d87ca661
2 changed files with 54 additions and 30 deletions

View File

@@ -1,9 +0,0 @@
# File: Android.mk
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := yap
LOCAL_SRC_FILES := yap_wrap.c
include $(BUILD_SHARED_LIBRARY)