Revert "`data` dependency of java_test_host can be arch-specific"

This reverts commit cdd9b8392d.

Reason: this doesn't work. java_test_host is a multi target module.
Therefore, `arch.<arhc>.data` is not collapsed to `data` by the arch
mutator.

Bug: N/A
Test: N/A
Change-Id: I755b06718bacfe1513f6ad1e734e5a0d0ac57cd8
This commit is contained in:
Jiyong Park 2021-02-16 06:52:39 +09:00
parent 404adeefdc
commit 2b0e4908c2
1 changed files with 1 additions and 1 deletions

View File

@ -2426,7 +2426,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