[DEV] add dependecy of bullet linearmath

This commit is contained in:
Edouard DUPIN 2013-01-23 23:46:45 +01:00
parent 4e1977c17a
commit d7d32588c2
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := etk
LOCAL_LIBRARIES := libzip
LOCAL_LIBRARIES := libzip linearmath
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)

View File

@ -13,6 +13,7 @@
#include <etk/DebugInternal.h>
#include <math.h>
#include <etk/Stream.h>
#include <LinearMath/btVector3.h>
namespace etk
{