Home | History | Annotate | Download | only in nfc-extras
      1 LOCAL_PATH:= $(call my-dir)
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_MODULE_TAGS := optional
      6 
      7 LOCAL_SRC_FILES := $(call all-java-files-under, java)
      8 
      9 LOCAL_MODULE:= com.android.nfc_extras
     10 
     11 include $(BUILD_JAVA_LIBRARY)
     12 
     13 include $(call all-makefiles-under,$(LOCAL_PATH))
     14