diff options
author | Ying Wang <wangying@google.com> | 2011-03-14 13:35:59 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2011-03-14 13:35:59 -0700 |
commit | bf079216c607b660a0ad219df6c4752906a7fc61 (patch) | |
tree | fa81fc335181515c25172ea98881aef9b2bf63f0 /nfc-extras | |
parent | 78b8e1be97c61f7e0b28b145fadd0c646fd1c46b (diff) | |
download | frameworks_base-bf079216c607b660a0ad219df6c4752906a7fc61.zip frameworks_base-bf079216c607b660a0ad219df6c4752906a7fc61.tar.gz frameworks_base-bf079216c607b660a0ad219df6c4752906a7fc61.tar.bz2 |
Dist classes.jar with full class files inside
Instead of the final jar with classes.dex inside.
Change-Id: I2bc7eb6faedf328a93a6e2eacc4334d87761f597
Diffstat (limited to 'nfc-extras')
-rw-r--r-- | nfc-extras/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfc-extras/Android.mk b/nfc-extras/Android.mk index 2033508..131d898 100644 --- a/nfc-extras/Android.mk +++ b/nfc-extras/Android.mk @@ -10,5 +10,5 @@ LOCAL_MODULE:= com.android.nfc_extras include $(BUILD_JAVA_LIBRARY) -# put the com.android.nfc_extras.jar into the dist directory -$(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):com.android.nfc_extras.jar) +# 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) |