compilation back to the std etk Vector Type && android compilation inside the makefile
This commit is contained in:
parent
d2701548d5
commit
e121fcc096
2
Build
2
Build
@ -1 +1 @@
|
|||||||
Subproject commit 08712b846acf6063512466253e1520fa08137409
|
Subproject commit af84e9f2ceea7271b67ce0a43c430ca0c26afd89
|
@ -26,8 +26,8 @@
|
|||||||
#ifndef __ETK_STREAM_H__
|
#ifndef __ETK_STREAM_H__
|
||||||
#define __ETK_STREAM_H__
|
#define __ETK_STREAM_H__
|
||||||
|
|
||||||
#include <cstdio>
|
//#include <cstdio>
|
||||||
#include <typeinfo>
|
//#include <typeinfo>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <etk/Types.h>
|
#include <etk/Types.h>
|
||||||
|
@ -11,7 +11,7 @@ LOCAL_VERSION_TAG_SHORT=$(shell cd $(LOCAL_PATH) ; git describe --tags --abbrev=
|
|||||||
$(info $(LOCAL_MODULE) version TAG : $(LOCAL_VERSION_TAG))
|
$(info $(LOCAL_MODULE) version TAG : $(LOCAL_VERSION_TAG))
|
||||||
|
|
||||||
# name of the dependency
|
# name of the dependency
|
||||||
LOCAL_STATIC_LIBRARIES := etk freetype tinyxml libzip libpng agg parsersvg lua portaudio
|
LOCAL_STATIC_LIBRARIES := etk freetype tinyxml libzip libpng agg parsersvg lua
|
||||||
|
|
||||||
LOCAL_C_INCLUDES :=
|
LOCAL_C_INCLUDES :=
|
||||||
|
|
||||||
@ -26,8 +26,7 @@ LOCAL_CFLAGS := -D__PLATFORM__Android \
|
|||||||
-DEWOL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-debug\"" \
|
-DEWOL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-debug\"" \
|
||||||
-DBUILD_TIME="\"$(BUILD_TIME)\"" \
|
-DBUILD_TIME="\"$(BUILD_TIME)\"" \
|
||||||
-DDATA_IN_APK \
|
-DDATA_IN_APK \
|
||||||
-DLUA_COMPAT_ALL \
|
-DLUA_COMPAT_ALL
|
||||||
-frtti
|
|
||||||
else
|
else
|
||||||
LOCAL_CFLAGS := -D__PLATFORM__Android \
|
LOCAL_CFLAGS := -D__PLATFORM__Android \
|
||||||
-Wno-write-strings \
|
-Wno-write-strings \
|
||||||
@ -36,8 +35,7 @@ LOCAL_CFLAGS := -D__PLATFORM__Android \
|
|||||||
-DEWOL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-debug\"" \
|
-DEWOL_VERSION_TAG_NAME="\"$(LOCAL_VERSION_TAG_SHORT)-debug\"" \
|
||||||
-DBUILD_TIME="\"$(BUILD_TIME)\"" \
|
-DBUILD_TIME="\"$(BUILD_TIME)\"" \
|
||||||
-DDATA_IN_APK \
|
-DDATA_IN_APK \
|
||||||
-DLUA_COMPAT_ALL \
|
-DLUA_COMPAT_ALL
|
||||||
-frtti
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# load the common sources file of the platform
|
# load the common sources file of the platform
|
||||||
@ -46,10 +44,7 @@ include $(LOCAL_PATH)/file.mk
|
|||||||
LOCAL_SRC_FILES := ewol/base/guiAndroid.cpp $(FILE_LIST)
|
LOCAL_SRC_FILES := ewol/base/guiAndroid.cpp $(FILE_LIST)
|
||||||
|
|
||||||
# Ewol Test Software :
|
# Ewol Test Software :
|
||||||
LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lz --sysroot=/home/edupin/dev/perso/android/ndk/platforms/android-14/arch-arm \
|
LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog -lz
|
||||||
/home/edupin/dev/perso/copyDirectServeur/yourDevFolder/edn/obj/local/armeabi/libstdc++.a \
|
|
||||||
/home/edupin/dev/perso/android/ndk/sources/cxx-stl/gnu-libstdc++/libs/armeabi/libsupc++.a \
|
|
||||||
-lstdc++
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit cd5fa34bcf344ce0978329ed4226f064d651c3fa
|
Subproject commit 1e3430bdc3fd5c10b055b5e07e699fa2352ec572
|
Loading…
x
Reference in New Issue
Block a user