Last change
on this file since 14082 was 14082, checked in by Eric.Larour, 12 years ago |
NEW: fixed unresolved symbols when using android logging capability (Android.mk).
Introduced logging from libISSMCore.a directly into JNI using the _pprintLine_ macro and android
logging capabilities. Requires android ndk setup -> made corresponding mods in src/c/io
and m4/ and configs/
In short, we can now construct FemModel within the ISSM android app!
|
File size:
241 bytes
|
Line | |
---|
1 | LOCAL_PATH:= $(call my-dir)
|
---|
2 | include $(CLEAR_VARS)
|
---|
3 | LOCAL_MODULE := libISSMCore
|
---|
4 | LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
|
---|
5 | LOCAL_SRC_FILES := libISSMCore.a
|
---|
6 | LOCAL_EXPORT_C_INCLUDES := $(ISSM_DIR)
|
---|
7 | include $(PREBUILT_STATIC_LIBRARY)
|
---|
8 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.