Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7ec506e authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am e422f7a2: am bf079216: Dist classes.jar with full class files inside

* commit 'e422f7a2':
  Dist classes.jar with full class files inside
parents 70882ca3 e422f7a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)