Revert "data dependency of java_test_host can be arch-specific" am: 2b0e4908c2 am: 4362e740af

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2e78f3d281517016afeb7b24d5dd1b8249124183
This commit is contained in:
Jiyong Park
2021-02-17 00:25:41 +00:00
committed by Automerger Merge Worker

View File

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