| commit | c8f503b5285e30c1a881d0ba860ba9021f57d113 | [log] [tgz] |
|---|---|---|
| author | Jesse Wilson <jessewilson@google.com> | Tue May 04 16:34:55 2010 -0700 |
| committer | Jesse Wilson <jessewilson@google.com> | Wed May 12 22:05:07 2010 -0700 |
| tree | 48afc9f347ebe6b348254b1c88c35deafab10054 | |
| parent | 5d8636dbada23bd40c80dbf43702d538b2997ac4 [diff] [blame] |
Moving junit out of core.jar and into core-junit.jar. Change-Id: I38b585044aaa0f0ef5a243a33d942ab0e490f8f1
diff --git a/Android.mk b/Android.mk index 976709d..5eb5dda 100644 --- a/Android.mk +++ b/Android.mk
@@ -192,7 +192,7 @@ $(framework-res-source-path)/com/android/internal/R.java LOCAL_NO_STANDARD_LIBRARIES := true -LOCAL_JAVA_LIBRARIES := core ext +LOCAL_JAVA_LIBRARIES := core core-junit ext LOCAL_MODULE := framework LOCAL_MODULE_CLASS := JAVA_LIBRARIES