Update import paths for changes to blueprint

Blueprint has been modified to include a canonical import path,
update soong to match.

Change-Id: If29d31afbf3bf2e6364961a66456fa5f8f738455
This commit is contained in:
Colin Cross
2015-03-23 12:57:34 -07:00
parent 7601ef600a
commit 70b4059e3f
14 changed files with 118 additions and 107 deletions

View File

@@ -21,8 +21,8 @@ package cc
import (
"android/soong/common"
"blueprint"
"blueprint/pathtools"
"github.com/google/blueprint"
"github.com/google/blueprint/pathtools"
"path/filepath"
"strings"
)