commit | 638149e6500288142c346920615066df40c856eb | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Jan 05 22:12:12 2019 -0800 |
committer | Colin Cross <ccross@android.com> | Sat Jan 05 22:36:13 2019 -0800 |
tree | 90e9c3d8a1f00562a207003ee51a46d8a263cd8f | |
parent | b77ffc48dc84053d76cb8f4b530b3862797b2228 [diff] [blame] |
Add dexpreopt enabled tests Add tests that verify when dexpreopt is enabled or disabled. Test: dexpreopt_test.go Change-Id: Ideba9c0dac30eb31e7ae29e46d1d1590202b8369
diff --git a/Android.bp b/Android.bp index 37be36c..29ad569 100644 --- a/Android.bp +++ b/Android.bp
@@ -255,6 +255,7 @@ ], testSrcs: [ "java/app_test.go", + "java/dexpreopt_test.go", "java/java_test.go", "java/jdeps_test.go", ],