Parent Directory
|
Revision Log
lots of new stuff, tranlsations, bug fixes ...
1 | zoff99 | 2 | LOCAL_PATH := $(call my-dir) |
2 | |||
3 | include $(CLEAR_VARS) | ||
4 | |||
5 | LOCAL_MODULE := navit | ||
6 | LOCAL_SRC_FILES := navit.c | ||
7 | |||
8 | # for debug | ||
9 | LOCAL_CFLAGS := -g | ||
10 | |||
11 | zoff99 | 27 | # APP_STL := gnustl_shared |
12 | |||
13 | zoff99 | 2 | include $(BUILD_SHARED_LIBRARY) |
14 |
Visit the ZANavi Wiki |