/ocr/ocrservice/jni/common/Android.mk
http://eyes-free.googlecode.com/ · Makefile · 22 lines · 16 code · 6 blank · 0 comment · 0 complexity · 6acc45423f2b774842d44fba55231fda MD5 · raw file
- LOCAL_PATH:= $(call my-dir)
- include $(CLEAR_VARS)
- LOCAL_SRC_FILES := time_log.cpp
- LOCAL_CFLAGS := -Wall \
- -DHAVE_MALLOC_H \
- -DHAVE_PTHREAD \
- -finline-functions \
- -frename-registers \
- -ffast-math \
- -s \
- -fomit-frame-pointer
- ifeq ($(LOG_TIME),true)
- LOCAL_CFLAGS += -DLOG_TIME
- endif
- LOCAL_MODULE := common
- include $(BUILD_STATIC_LIBRARY)