diff options
Diffstat (limited to 'test/1928-exception-event-exception/Android.bp')
-rw-r--r-- | test/1928-exception-event-exception/Android.bp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/1928-exception-event-exception/Android.bp b/test/1928-exception-event-exception/Android.bp index d59b186ec5..dc61ee1655 100644 --- a/test/1928-exception-event-exception/Android.bp +++ b/test/1928-exception-event-exception/Android.bp @@ -1,6 +1,19 @@ // Generated by `regen-test-files`. Do not edit manually. + +// Build rules for ART run-test `1928-exception-event-exception`. + +// Test's Dex code. java_test { name: "art-run-test-1928-exception-event-exception", defaults: ["art-run-test-defaults"], srcs: ["src/**/*.java"], + data: [":art-run-test-1928-exception-event-exception-expected"], +} + +// Test's expected output. +genrule { + name: "art-run-test-1928-exception-event-exception-expected", + out: ["art-run-test-1928-exception-event-exception-expected.txt"], + srcs: ["expected.txt"], + cmd: "cp -f $(in) $(out)", } |