blob: 20335083a30f2d73b182021999aa5017e4d6600c [file] [log] [blame]
Nick Pelly367f41f2011-03-08 11:43:30 -08001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_TAGS := optional
6
7LOCAL_SRC_FILES := $(call all-subdir-java-files)
8
9LOCAL_MODULE:= com.android.nfc_extras
10
11include $(BUILD_JAVA_LIBRARY)
Ying Wang89b959b2011-03-10 18:04:54 -080012
13# put the com.android.nfc_extras.jar into the dist directory
14$(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):com.android.nfc_extras.jar)