Merge "data dependency of java_test_host can be arch-specific" am: f860a2ab66 am: 685daa0dd9

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1574806

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ib39fd01d7c7f0a3360d71262e9d9819fca576090
This commit is contained in:
Treehugger Robot
2021-02-05 05:01:57 +00:00
committed by Automerger Merge Worker

View File

@@ -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