aboutsummaryrefslogtreecommitdiffstats
path: root/jni/Exec/Android.mk
blob: 505b7cb623503048e78628e57c0225120fb6bf61 (plain)
1
2
3
4
5
6
7
8
9
10
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE    := com_google_ase_Exec
LOCAL_CFLAGS    := -Werror
LOCAL_SRC_FILES := com_google_ase_Exec.cpp
LOCAL_LDLIBS    := -llog

include $(BUILD_SHARED_LIBRARY)