Mercurial > MadButterfly
view Android/jni/Android.mk @ 707:594827d0f3e5
Fix issue of relative path data.
A absolutely location, that is used to computed respective absolutely
location of relative location, must be updated after parsing every
segment of a path. But, it does not. It is fixed, now.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 13 Aug 2010 17:26:25 +0800 |
parents | 0d9f1f4d3154 |
children |
line wrap: on
line source
LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libmbfly-jni LOCAL_SRC_FILES := mbfly.cpp LOCAL_SHARED_LIBRARIES := libcorecg libsgl libnativehelper libcutils LOCAL_STATIC_LIBRARIES := libmbfly LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/libmbfly \ $(call include-path-for,corecg) \ $(call include-path-for,libnativehelper)/nativehelper LOCAL_PRELINK_MODULE := false include $(BUILD_SHARED_LIBRARY)