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

Commit 574e3536 authored by Yu Liu's avatar Yu Liu
Browse files

Fix a bug where the default AndroidTest.xml was not picked up.

Bug: 280028705
Test: local build
Change-Id: Ie7510c6a07505d6d6139407cd9b9920f870ef753
parent a207d486
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ func GetTestConfig(
	}

	// check for default AndroidTest.xml
	defaultTestConfigPath := ctx.ModuleDir() + "/AndroidTest.xml"
	defaultTestConfigPath := "AndroidTest.xml"
	c, _ := android.BazelStringOrLabelFromProp(ctx, &defaultTestConfigPath)
	return c.Value
}