summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Rupert Shuttleworth <ruperts@google.com> 2021-04-22 03:08:21 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-04-22 03:08:21 +0000
commitdac451715bf5efb4e482bbd223e542ca4da1225e (patch)
tree36c6486cb7908e1fbacbaa95c50209f35b2cd097
parentf434cb5c1d116de44b19ef70a7b8fa6dbd3bb253 (diff)
parentb7e30760af3f0d1b75940ad9245ad701face453a (diff)
Merge "Add various test files as testSrcs, so that they run on CI."
-rw-r--r--android/Android.bp2
-rw-r--r--bazel/cquery/Android.bp3
-rw-r--r--java/Android.bp1
3 files changed, 6 insertions, 0 deletions
diff --git a/android/Android.bp b/android/Android.bp
index 62d5e207d..6124654a4 100644
--- a/android/Android.bp
+++ b/android/Android.bp
@@ -85,9 +85,11 @@ bootstrap_go_package {
"androidmk_test.go",
"apex_test.go",
"arch_test.go",
+ "bazel_handler_test.go",
"bazel_test.go",
"config_test.go",
"csuite_config_test.go",
+ "defaults_test.go",
"depset_test.go",
"deptag_test.go",
"expand_test.go",
diff --git a/bazel/cquery/Android.bp b/bazel/cquery/Android.bp
index 3a71e9c1d..74f772184 100644
--- a/bazel/cquery/Android.bp
+++ b/bazel/cquery/Android.bp
@@ -11,4 +11,7 @@ bootstrap_go_package {
pluginFor: [
"soong_build",
],
+ testSrcs: [
+ "request_type_test.go",
+ ],
}
diff --git a/java/Android.bp b/java/Android.bp
index 2a4b596ab..888b01b2a 100644
--- a/java/Android.bp
+++ b/java/Android.bp
@@ -79,6 +79,7 @@ bootstrap_go_package {
"droiddoc_test.go",
"droidstubs_test.go",
"hiddenapi_singleton_test.go",
+ "jacoco_test.go",
"java_test.go",
"jdeps_test.go",
"kotlin_test.go",