Home | History | Annotate | Download | only in lib
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SRC_FILES := \
      5          $(call all-subdir-java-files) \
      6          com/android/inputmethod/pinyin/IPinyinDecoderService.aidl
      7 
      8 LOCAL_MODULE := com.android.inputmethod.pinyin.lib
      9 
     10 include $(BUILD_STATIC_JAVA_LIBRARY)
     11