diff options
Diffstat (limited to 'test/603-checker-instanceof/Android.bp')
-rw-r--r-- | test/603-checker-instanceof/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/603-checker-instanceof/Android.bp b/test/603-checker-instanceof/Android.bp index 892dd07398..e996003609 100644 --- a/test/603-checker-instanceof/Android.bp +++ b/test/603-checker-instanceof/Android.bp @@ -8,6 +8,9 @@ java_test { defaults: ["art-run-test-defaults"], srcs: ["src/**/*.java"], data: [":art-run-test-603-checker-instanceof-expected"], + // Include the Java source files in the test's artifacts, to make Checker assertions + // available to the TradeFed test runner. + include_srcs: true, } // Test's expected output. |