Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdd9b839 authored by Jiyong Park's avatar Jiyong Park
Browse files

`data` dependency of java_test_host can be arch-specific

This allows java_test_host to have arch-specific data files. Currently,
VirtualizationHostTestCases needs this to have arch-specific kernels as
its data.

Bug: N/A
Test: m VirtualizationHostTestCases
Change-Id: Ib5680ef48b613955ad92c9bc212184ac75900d3e
parent 599992bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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