Android.mk 290 B

12345678
  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. LIBPNG_PATH := $(LOCAL_PATH)/libpng
  5. # Just build the Android.mk files in the subdirs
  6. include $(call all-subdir-makefiles)