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

Last change on this file since 14047 was 14047, checked in by ltnguyen, 12 years ago

BUG: Fixed issue with 'config.h' not being found by 'ndk-build'.

File size: 194 bytes
Line 
1LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3LOCAL_MODULE := libISSMCore
4LOCAL_SRC_FILES := libISSMCore.a
5LOCAL_EXPORT_C_INCLUDES := $(ISSM_DIR)
6include $(PREBUILT_STATIC_LIBRARY)
Note: See TracBrowser for help on using the repository browser.