diff options
author | Kenny Root <kenny@the-b.org> | 2011-12-19 17:56:13 -0600 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2011-12-19 18:09:11 -0600 |
commit | a1894f46e6144e52c3bce9ca75b1e4a318dfcfad (patch) | |
tree | 031e258ad8f7a928995fe5e5aceae7fc3671b257 /jni/Exec | |
parent | 9565d768a1264b037c7ec93c7cc995db87351429 (diff) | |
download | connectbot-a1894f46e6144e52c3bce9ca75b1e4a318dfcfad.tar.gz connectbot-a1894f46e6144e52c3bce9ca75b1e4a318dfcfad.tar.bz2 connectbot-a1894f46e6144e52c3bce9ca75b1e4a318dfcfad.zip |
Add support for Google TV devices
Diffstat (limited to 'jni/Exec')
-rw-r--r-- | jni/Exec/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jni/Exec/Android.mk b/jni/Exec/Android.mk index 7abfdf5..505b7cb 100644 --- a/jni/Exec/Android.mk +++ b/jni/Exec/Android.mk @@ -3,6 +3,7 @@ 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 |