/PlaceHolderTTSEngine/native/project/jni/Android.mk

http://eyes-free.googlecode.com/ · Makefile · 22 lines · 14 code · 8 blank · 0 comment · 0 complexity · 98de72e90fbae334e449dd52a62d341c MD5 · raw file

  1. LOCAL_PATH:= $(call my-dir)
  2. include $(CLEAR_VARS)
  3. LOCAL_SRC_FILES:= \
  4. com_google_placeHolderTTSEngine.cpp
  5. LOCAL_C_INCLUDES += \
  6. $(JNI_H_INCLUDE) \
  7. apps/PlaceHolderTTSEngine/project/jni/libPlaceHolderTTS/src
  8. LOCAL_STATIC_LIBRARIES := \
  9. libPlaceHolderTTS
  10. LOCAL_MODULE:= PlaceHolderTTSEngine
  11. LOCAL_ARM_MODE := arm
  12. LOCAL_PRELINK_MODULE := false
  13. include $(BUILD_SHARED_LIBRARY)
  14. include $(call all-makefiles-under,$(LOCAL_PATH))