commit | 762286723a2b14e382e24cd1076a80721e4cb605 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Feb 25 16:40:34 2019 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Mar 05 03:17:51 2019 +0000 |
tree | d3b2ef092b8d52099a3ca56968122cae7ab9932f | |
parent | c28bb0b8f9458404f0c6651ba41c8c28849efbdf [diff] [blame] |
Add dexpreopt_bootjars_test.go Add a test that exercises the dexpreopt_bootjars.go singleton. Test: dexpreopt_bootjars_test.go Change-Id: I01d4f6e22f6ff7b809af043391d7b6209dcb8675
diff --git a/Android.bp b/Android.bp index 4d73049..0f9c2ef 100644 --- a/Android.bp +++ b/Android.bp
@@ -276,6 +276,7 @@ testSrcs: [ "java/app_test.go", "java/dexpreopt_test.go", + "java/dexpreopt_bootjars_test.go", "java/java_test.go", "java/jdeps_test.go", "java/kotlin_test.go",