/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

  1. # Set this to the absolute path of the tesseract-android-tools project. Typically you should
  2. # place the ocrservice and tesseract-android-tools project directories in the same parent
  3. # directory, in which case this may be left as:
  4. # TESSERACT_TOOLS_PATH := $(call my-dir)/../../tesseract-android-tools
  5. TESSERACT_TOOLS_PATH := $(call my-dir)/../../tesseract-android-tools
  6. # Do not modify anything below this line.
  7. PREBUILT_PATH := $(TESSERACT_TOOLS_PATH)/libs/$(TARGET_ARCH_ABI)
  8. include $(call all-subdir-makefiles)