commit | 70b4059e3fae2608bd65dfae836f2f1f781addc9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 23 12:57:34 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Mar 23 12:57:34 2015 -0700 |
tree | 3a98a60c2f73c275f81af1eb1bd518057b7d3aa8 | |
parent | 7601ef600a2c349a7f4e8c49d70ad2585fa13668 [diff] [blame] |
Update import paths for changes to blueprint Blueprint has been modified to include a canonical import path, update soong to match. Change-Id: If29d31afbf3bf2e6364961a66456fa5f8f738455
diff --git a/cc/cc.go b/cc/cc.go index 4627440..dd1a9a6 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -19,8 +19,8 @@ // is handled in builder.go import ( - "blueprint" - "blueprint/pathtools" + "github.com/google/blueprint" + "github.com/google/blueprint/pathtools" "fmt" "path/filepath" "strings"