Merge "Rearrange import order"

This commit is contained in:
Treehugger Robot 2019-11-11 04:57:09 +00:00 committed by Gerrit Code Review
commit 5666126133
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +23,12 @@ import (
"strings"
"testing"
"github.com/google/blueprint/proptools"
"android/soong/android"
"android/soong/cc"
"android/soong/dexpreopt"
"android/soong/genrule"
"github.com/google/blueprint/proptools"
)
var buildDir string