Android.mk for NDK build added.

This commit is contained in:
Tobias Brunner
2012-08-08 15:09:30 +02:00
parent 3fa8d7738e
commit 2f203aee0e
4 changed files with 96 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := libvstr.a
LOCAL_MODULE := libvstr
LOCAL_PRELINK_MODULE := false
include $(PREBUILT_STATIC_LIBRARY)