summaryrefslogtreecommitdiff
path: root/test/640-checker-integer-valueof/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/640-checker-integer-valueof/Android.bp')
-rw-r--r--test/640-checker-integer-valueof/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/640-checker-integer-valueof/Android.bp b/test/640-checker-integer-valueof/Android.bp
index 512cf03c47..c1c79c9a68 100644
--- a/test/640-checker-integer-valueof/Android.bp
+++ b/test/640-checker-integer-valueof/Android.bp
@@ -8,6 +8,9 @@ java_test {
defaults: ["art-run-test-defaults"],
srcs: ["src/**/*.java"],
data: [":art-run-test-640-checker-integer-valueof-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.