forked from organicmaps/organicmaps
[android] Fixed build errors
This commit is contained in:
parent
eea6645891
commit
d08095cac1
4 changed files with 11 additions and 11 deletions
|
@ -35,7 +35,7 @@ LOCAL_SRC_FILES := \
|
|||
com/mapswithme/maps/MWMActivity.cpp \
|
||||
|
||||
LOCAL_LDLIBS := -llog -lGLESv1_CM \
|
||||
-lwords -lmap -lstorage -lversion -lsearch -lindexer -lyg -lplatform \
|
||||
-lwords -lmap -lversion -lsearch -lstorage -lindexer -lyg -lplatform \
|
||||
-lgeometry -lcoding -lbase -lexpat -lfreetype -lfribidi -lzlib -lbzip2 \
|
||||
-ljansson -ltomcrypt ./obj/local/armeabi/libstdc++.a
|
||||
|
||||
|
|
|
@ -205,10 +205,10 @@ namespace android
|
|||
|
||||
void Framework::EnableLocation(bool enable)
|
||||
{
|
||||
if (enable)
|
||||
m_work.StartLocationService(bind(&f));
|
||||
else
|
||||
m_work.StopLocationService();
|
||||
// if (enable)
|
||||
// m_work.StartLocationService(bind(&f));
|
||||
// else
|
||||
// m_work.StopLocationService();
|
||||
}
|
||||
|
||||
void Framework::UpdateLocation(uint64_t timestamp, double lat, double lon, float accuracy)
|
||||
|
@ -218,10 +218,10 @@ namespace android
|
|||
info.m_latitude = lat;
|
||||
info.m_longitude = lon;
|
||||
info.m_horizontalAccuracy = accuracy;
|
||||
info.m_status = location::EAccurateMode;
|
||||
info.m_altitude = 0;
|
||||
info.m_course = 0;
|
||||
info.m_verticalAccuracy = 0;
|
||||
// info.m_status = location::EAccurateMode;
|
||||
// info.m_altitude = 0;
|
||||
// info.m_course = 0;
|
||||
// info.m_verticalAccuracy = 0;
|
||||
m_work.OnGpsUpdate(info);
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# This file must be checked in Version Control Systems.
|
||||
#
|
||||
# To customize properties used by the Ant build system use,
|
||||
# "build.properties", and override values to adapt the script to your
|
||||
# "ant.properties", and override values to adapt the script to your
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
2
omim.pro
2
omim.pro
|
@ -30,7 +30,7 @@ SUBDIRS = 3party \
|
|||
publisher publisher/publisher_tests \
|
||||
console_sloynik
|
||||
} else {
|
||||
# libraries which are used on iphone and bada
|
||||
# libraries which are used on mobile devices
|
||||
SUBDIRS = 3party \
|
||||
base \
|
||||
coding \
|
||||
|
|
Loading…
Add table
Reference in a new issue