Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
sync rtklib
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Sep 29, 2013
1 parent 9aac234 commit 2f281ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 0 additions & 2 deletions jni/Application.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ APP_ABI := armeabi-v7a x86
APP_PLATFORM := android-8

#NDK_TOOLCHAIN_VERSION=clang
NDK_TOOLCHAIN_VERSION=4.7
NDK_MODULE_PATH=$(APP_PROJECT_PATH)/jni

#APP_OPTIM := debug
#APP_CFLAGS += -O3 -flto -fgraphite -fgraphite-identity
#APP_LDFLAGS += -flto -fgraphite -fgraphite-identity

2 changes: 1 addition & 1 deletion jni/RTKLIB
5 changes: 2 additions & 3 deletions jni/rtklib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ LOCAL_EXPORT_CFLAGS := $(RTKLIB_CFLAGS)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(RTKLIB_PATH)/src
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/$(RTKLIB_PATH)/src

LOCAL_LDLIBS += -llog
LOCAL_EXPORT_LDLIBS += -llog

LOCAL_SRC_FILES := \
Expand Down Expand Up @@ -50,8 +49,8 @@ LOCAL_SRC_FILES := \

LOCAL_SRC_FILES += \
$(RTKLIB_PATH)/src/rcv/binex.c \
$(RTKLIB_PATH)/src/rcv/crescent.c \
$(RTKLIB_PATH)/src/rcv/gw10.c \
$(RTKLIB_PATH)/src/rcv/crescent.c \
$(RTKLIB_PATH)/src/rcv/gw10.c \
$(RTKLIB_PATH)/src/rcv/javad.c \
$(RTKLIB_PATH)/src/rcv/novatel.c \
$(RTKLIB_PATH)/src/rcv/nvs.c \
Expand Down

0 comments on commit 2f281ee

Please sign in to comment.