Fix androidmk_test.go import ordering
Bug: 73724997
Test: m checkbuild
Change-Id: I9fb94f22a157ffb9369eea071a867289c37cf026
Merged-In: I9fb94f22a157ffb9369eea071a867289c37cf026
(cherry picked from commit fdb084029f
)
This commit is contained in:
@@ -15,11 +15,12 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"android/soong/bpfix/bpfix"
|
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"android/soong/bpfix/bpfix"
|
||||||
)
|
)
|
||||||
|
|
||||||
var testCases = []struct {
|
var testCases = []struct {
|
||||||
|
Reference in New Issue
Block a user