source: issm/trunk-jpl/src/android/ISSM/jni/issmlib/Android.mk@ 14082

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 
1LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3LOCAL_MODULE := libISSMCore
4LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
5LOCAL_SRC_FILES := libISSMCore.a
6LOCAL_EXPORT_C_INCLUDES := $(ISSM_DIR)
7include $(PREBUILT_STATIC_LIBRARY)
8
Note: See TracBrowser for help on using the repository browser.