annotate jni/Exec/Android.mk @ 91:33eb63352be5
remove 5250 configuration
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Mon, 16 Jun 2014 16:17:48 -0700 (2014-06-16) |
parents |
0ce5cc452d02 |
children |
|
rev |
line source |
0
|
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)
|