/ocr/ocrservice/jni/Android.mk
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 5TESSERACT_TOOLS_PATH := $(call my-dir)/../../tesseract-android-tools 6 7# Do not modify anything below this line. 8 9PREBUILT_PATH := $(TESSERACT_TOOLS_PATH)/libs/$(TARGET_ARCH_ABI) 10 11include $(call all-subdir-makefiles)