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

Commit 936a57d3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix the error of androidmk unittest" into main

parents c0ea850b d63054e2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1750,6 +1750,9 @@ android_app {
}

func TestEndToEnd(t *testing.T) {
	// Skip checking Android.mk path with cleaning "ANDROID_BUILD_TOP"
	t.Setenv("ANDROID_BUILD_TOP", "")

	for i, test := range testCases {
		expected, err := bpfix.Reformat(test.expected)
		if err != nil {