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

Commit 93f25465 authored by Colin Cross's avatar Colin Cross
Browse files

Fix androidmk_test.go import ordering

Bug: 73724997
Test: m checkbuild
Change-Id: I9fb94f22a157ffb9369eea071a867289c37cf026
Merged-In: I9fb94f22a157ffb9369eea071a867289c37cf026
(cherry picked from commit fdb08402)
parent dc8dbe18
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,11 +15,12 @@
package main

import (
	"android/soong/bpfix/bpfix"
	"bytes"
	"fmt"
	"strings"
	"testing"

	"android/soong/bpfix/bpfix"
)

var testCases = []struct {