Build junit with core_current

Using core_current ensures that the module is not using any Android APIs
(e.g. APIs under android.* packages), but only core Java APIs.

Bug: 72206056
Test: m -j junit
Change-Id: I7de7caf4324c088d330cadb69e03d67b8dcdc84e
1 file changed
tree: 3a6db5c77be3d8180a79ba71f07db6c02cd5fca8
  1. src/
  2. .classpath
  3. .gitignore
  4. .project
  5. Android.bp
  6. build.gradle
  7. CleanSpec.mk
  8. epl-v10.html
  9. LICENSE-junit.txt
  10. MODULE_LICENSE_EPL
  11. NOTICE.txt
  12. OWNERS
  13. README.md
  14. README.version
  15. version
README.md

JUnit 4

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:

Latest Build Status

Built on DEV@cloud