log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
510Connectbot
annotate jni/Exec/Android.mk @ 194:
1b3f25b6117f
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
read deployment.connections on startup for global preferences also
author
Carl Byington <carl@five-ten-sg.com>
date
Wed, 02 Jul 2014 18:09:55 -0700 (2014-07-03)
parents
0ce5cc452d02
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
1
LOCAL_PATH := $(call my-dir)
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
2
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
3
include $(CLEAR_VARS)
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
4
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
5
LOCAL_MODULE := com_google_ase_Exec
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
6
LOCAL_CFLAGS := -Werror
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
7
LOCAL_SRC_FILES := com_google_ase_Exec.cpp
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
8
LOCAL_LDLIBS := -llog
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
9
0ce5cc452d02
initial version
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
+
−
10
include $(BUILD_SHARED_LIBRARY)