summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-16 23:27:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-16 23:27:32 +0000
commitb913011777f33daf49e9043e769a7d4e60d1da21 (patch)
tree67e44ca435c09c968650cfff6ade7d42ea9c2682 /java/java.go
parent2f2b0d4c05f0d57d082c67d6c58bce2f1889ac3e (diff)
parent76a42f5c25cb02313ad6e6b026b237a0e708e769 (diff)
Merge changes from topic "mkboot"
* changes: prebuilt_etc is OutputFileProducer Revert "`data` dependency of java_test_host can be arch-specific"
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go
index e14815e92..69ec2a442 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2432,7 +2432,7 @@ type testProperties struct {
// list of files or filegroup modules that provide data that should be installed alongside
// the test
- Data []string `android:"path,arch_variant"`
+ Data []string `android:"path"`
// 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