diff options
author | Ying Wang <wangying@google.com> | 2013-05-21 12:38:22 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-05-21 12:38:22 -0700 |
commit | 13e3f1ca242996a2e65cdc89ab9e3230d1bd1d2b (patch) | |
tree | 8d05369c4caa0b7161d7139701675f33b36bc59d /nfc-extras | |
parent | 049219925fc2fb3adee803731a2ccd1c6c7c580a (diff) | |
download | frameworks_base-13e3f1ca242996a2e65cdc89ab9e3230d1bd1d2b.zip frameworks_base-13e3f1ca242996a2e65cdc89ab9e3230d1bd1d2b.tar.gz frameworks_base-13e3f1ca242996a2e65cdc89ab9e3230d1bd1d2b.tar.bz2 |
Clean up dist files.
Change-Id: I921267de67aaab81dbde53751bbea392a862b62b
Diffstat (limited to 'nfc-extras')
-rw-r--r-- | nfc-extras/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nfc-extras/Android.mk b/nfc-extras/Android.mk index 131d898..330e2d4 100644 --- a/nfc-extras/Android.mk +++ b/nfc-extras/Android.mk @@ -9,6 +9,3 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_MODULE:= com.android.nfc_extras include $(BUILD_JAVA_LIBRARY) - -# put the classes.jar, with full class files instead of classes.dex inside, into the dist directory -$(call dist-for-goals, droidcore, $(full_classes_jar):com.android.nfc_extras.jar) |