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

Commit 95b1c704 authored by Cole Faust's avatar Cole Faust
Browse files

Remove broken struct tag

Test: m nothing --no-skip-soong-tests
Change-Id: I67c12fbd3e234e1ebcd559294dafa94e0208b874
parent e71288f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ type packageTestModule struct {
	ModuleBase
	PackagingBase
	properties struct {
		Install_deps []string `android:`
		Install_deps []string
	}
	entries []string
}