diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-02-05 04:15:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-05 04:15:42 +0000 |
| commit | f860a2ab666f0ffc7eadffbf7c898ba0230b6de2 (patch) | |
| tree | a9bf299e9439f85c7103aea754e54ae6a0377e45 /java/java.go | |
| parent | 364da36115ecdb442d806bb5f1d287d12e258399 (diff) | |
| parent | cdd9b8392d669731fef6e1415496b181ae80ede9 (diff) | |
Merge "`data` dependency of java_test_host can be arch-specific"
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go index d49b64f66..78d974b42 100644 --- a/java/java.go +++ b/java/java.go @@ -2383,7 +2383,7 @@ type testProperties struct { // list of files or filegroup modules that provide data that should be installed alongside // the test - Data []string `android:"path"` + Data []string `android:"path,arch_variant"` // Flag to indicate whether or not to create test config automatically. If AndroidTest.xml // doesn't exist next to the Android.bp, this attribute doesn't need to be set to true |
