commit | 72bb363608fae1299266b65b9ae1ea50ac4c70b0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jul 13 16:23:21 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jul 19 23:17:43 2017 +0000 |
tree | d1aa4ed9b0e20acf23d1bea275dbe68a04a89d05 | |
parent | ec95f7f2f646d4f5be95bfd477416346eb4abf1c [diff] [blame] |
Add basic tests for java modules Java modules have been unused for a few years, add a few very basic tests to exercise the modules as they are brought up to date. Test: java_test.go Change-Id: Ib23fc065674a61308333130ff1a992525b92e705
diff --git a/Android.bp b/Android.bp index 68b379c..82be0fa 100644 --- a/Android.bp +++ b/Android.bp
@@ -203,6 +203,9 @@ "java/java.go", "java/resources.go", ], + testSrcs: [ + "java/java_test.go", + ], pluginFor: ["soong_build"], }