summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Zhenhuang Wang <zeek@google.com> 2022-08-17 15:22:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-08-17 15:22:18 +0000
commit852d0c48593fb2a17d301d7274edac907e8e194f (patch)
treeb47943204e5e9ca140d7074daa5677858b6d5425 /java/java.go
parentb2f584ba5855a016e66fc951d405655f74114a80 (diff)
parent0ac5a431a98d6f0fbc9434d4c7955981117f781f (diff)
Merge "Move common test_options properties into the android package"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/java.go b/java/java.go
index 77ab40279..6b7ac7501 100644
--- a/java/java.go
+++ b/java/java.go
@@ -852,11 +852,10 @@ func LibraryHostFactory() android.Module {
// Test option struct.
type TestOptions struct {
+ android.CommonTestOptions
+
// a list of extra test configuration files that should be installed with the module.
Extra_test_configs []string `android:"path,arch_variant"`
-
- // If the test is a hostside(no device required) unittest that shall be run during presubmit check.
- Unit_test *bool
}
type testProperties struct {