blob: 131d8985f6d5a0e3924f1ba99bcb80c062c36288 [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
Ying Wangbf079212011-03-14 13:35:59 -070013# put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
14$(call dist-for-goals, droidcore, $(full_classes_jar):com.android.nfc_extras.jar)