comparison jni/Exec/Android.mk @ 0:0ce5cc452d02

initial version
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2014 10:41:19 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0ce5cc452d02
1 LOCAL_PATH := $(call my-dir)
2
3 include $(CLEAR_VARS)
4
5 LOCAL_MODULE := com_google_ase_Exec
6 LOCAL_CFLAGS := -Werror
7 LOCAL_SRC_FILES := com_google_ase_Exec.cpp
8 LOCAL_LDLIBS := -llog
9
10 include $(BUILD_SHARED_LIBRARY)