aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-03-23 12:57:34 -0700
committerColin Cross <ccross@android.com>2015-03-23 12:57:34 -0700
commit70b4059e3fae2608bd65dfae836f2f1f781addc9 (patch)
tree3a98a60c2f73c275f81af1eb1bd518057b7d3aa8 /cmd
parent7601ef600a2c349a7f4e8c49d70ad2585fa13668 (diff)
downloadbuild_soong-70b4059e3fae2608bd65dfae836f2f1f781addc9.tar.gz
build_soong-70b4059e3fae2608bd65dfae836f2f1f781addc9.tar.bz2
build_soong-70b4059e3fae2608bd65dfae836f2f1f781addc9.zip
Update import paths for changes to blueprint
Blueprint has been modified to include a canonical import path, update soong to match. Change-Id: If29d31afbf3bf2e6364961a66456fa5f8f738455
Diffstat (limited to 'cmd')
-rw-r--r--cmd/soong_build/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/soong_build/main.go b/cmd/soong_build/main.go
index e8e33c6c..cea0fa61 100644
--- a/cmd/soong_build/main.go
+++ b/cmd/soong_build/main.go
@@ -20,8 +20,8 @@ import (
"os"
"path/filepath"
- "blueprint"
- "blueprint/bootstrap"
+ "github.com/google/blueprint"
+ "github.com/google/blueprint/bootstrap"
"android/soong/cc"
"android/soong/common"