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:
Colin Cross
2018-04-16 15:18:29 -07:00
parent dc8dbe188b
commit 93f2546559

View File

@@ -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 {