[DEV] add dependecy of bullet linearmath
This commit is contained in:
parent
4e1977c17a
commit
d7d32588c2
@ -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)
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <etk/DebugInternal.h>
|
||||
#include <math.h>
|
||||
#include <etk/Stream.h>
|
||||
#include <LinearMath/btVector3.h>
|
||||
|
||||
namespace etk
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user