Merge "Rearrange import order"

am: 5666126133

Change-Id: I1535f14d7dda5fa05d3d417b58ea55ffc262c21a
This commit is contained in:
Jeongik Cha
2019-11-11 09:06:44 -08:00
committed by android-build-merger

View File

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