Fix build
This commit is contained in:
parent
02df9476d9
commit
7591a55112
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
<string name="confirm_interrupt_download">Do you want to interrupt file downloading?</string>
|
<string name="confirm_interrupt_download">Do you want to interrupt file downloading?</string>
|
||||||
<string name="first_time_msg">To use the major features of this application, you need some regional offline data, which you can download (use Settings, Offline Data). Afterwards, you will be able to search by address, look up POIs and find public transportation.</string>
|
<string name="first_time_msg">To use the major features of this application, you need some regional offline data, which you can download (use Settings, Offline Data). Afterwards, you will be able to search by address, look up POIs and find public transportation.</string>
|
||||||
<string name="basemap_was_selected_to_download">Basemap is required for proper application functioning and was selected to download.</string>
|
<string name="basemap_was_selected_to_download">Basemap is required for proper application functioning and was selected to download.</string>
|
||||||
<string name="select_index_file_to_download">Nothing was found. If you can\'t find your region manually, you can make it yourself (see osmand.net).</string>
|
<string name="select_index_file_to_download">Nothing was found. If you can\'t find your region, you can make it yourself (see http://osmand.net).</string>
|
||||||
<string name="local_indexes_cat_tile">Online Map data</string>
|
<string name="local_indexes_cat_tile">Online Map data</string>
|
||||||
<string name="local_indexes_cat_map">Offline Map data</string>
|
<string name="local_indexes_cat_map">Offline Map data</string>
|
||||||
<string name="gpx_index_settings_descr"> (includes GPX analyzer)</string>
|
<string name="gpx_index_settings_descr"> (includes GPX analyzer)</string>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
OSMAND_EXPAT_ABS := ./expat_library
|
OSMAND_EXPAT_LOC := ./expat_library
|
||||||
OSMAND_EXPAT_LOC := $(LOCAL_PATH)/expat_library
|
OSMAND_EXPAT_ABS := $(LOCAL_PATH)/expat_library
|
||||||
|
|
||||||
# Include paths
|
# Include paths
|
||||||
LOCAL_C_INCLUDES += \
|
LOCAL_C_INCLUDES += \
|
||||||
|
|
Loading…
Reference in a new issue