/ocr/ocrservice/jni/Android.mk
http://eyes-free.googlecode.com/ · Makefile · 11 lines · 3 code · 3 blank · 5 comment · 0 complexity · c913079b9eea8a52aa134f8fc6877df9 MD5 · raw file
- # Set this to the absolute path of the tesseract-android-tools project. Typically you should
- # place the ocrservice and tesseract-android-tools project directories in the same parent
- # directory, in which case this may be left as:
- # TESSERACT_TOOLS_PATH := $(call my-dir)/../../tesseract-android-tools
- TESSERACT_TOOLS_PATH := $(call my-dir)/../../tesseract-android-tools
- # Do not modify anything below this line.
- PREBUILT_PATH := $(TESSERACT_TOOLS_PATH)/libs/$(TARGET_ARCH_ABI)
- include $(call all-subdir-makefiles)