Android.mk 328 B

123456789
  1. LOCAL_PATH := $(call my-dir)
  2. TESSERACT_PATH := $(LOCAL_PATH)/com_googlecode_tesseract_android/src
  3. LEPTONICA_PATH := $(LOCAL_PATH)/com_googlecode_leptonica_android/src
  4. LIBJPEG_PATH := $(LOCAL_PATH)/libjpeg
  5. LIBPNG_PATH := $(LOCAL_PATH)/libpng
  6. # Just build the Android.mk files in the subdirs
  7. include $(call all-subdir-makefiles)