aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/command.go
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2015-03-20 22:39:29 -0400
committerJamie Gennis <jgennis@google.com>2015-03-21 01:03:36 -0400
commit6cafc2cddc317680eddae62d82a879125161aeaf (patch)
tree1406b3dcbcdfc431a09aff899e40f623e2d9616e /bootstrap/command.go
parent4dfe36d0291f6f5bdaa641a8c5e68530a0f2d36e (diff)
downloadandroid_build_blueprint-6cafc2cddc317680eddae62d82a879125161aeaf.tar.gz
android_build_blueprint-6cafc2cddc317680eddae62d82a879125161aeaf.tar.bz2
android_build_blueprint-6cafc2cddc317680eddae62d82a879125161aeaf.zip
Update import paths to include github
Diffstat (limited to 'bootstrap/command.go')
-rw-r--r--bootstrap/command.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/command.go b/bootstrap/command.go
index 53a2749..26ae20a 100644
--- a/bootstrap/command.go
+++ b/bootstrap/command.go
@@ -15,11 +15,11 @@
package bootstrap
import (
- "blueprint"
- "blueprint/deptools"
"bytes"
"flag"
"fmt"
+ "github.com/google/blueprint"
+ "github.com/google/blueprint/deptools"
"io/ioutil"
"os"
"path/filepath"