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/androidmk/cmd/androidmk/androidmk.go b/androidmk/cmd/androidmk/androidmk.go
index daa5a0f..1c3a68b 100644
--- a/androidmk/cmd/androidmk/androidmk.go
+++ b/androidmk/cmd/androidmk/androidmk.go
@@ -10,7 +10,7 @@
mkparser "android/soong/androidmk/parser"
- bpparser "blueprint/parser"
+ bpparser "github.com/google/blueprint/parser"
)
// TODO: non-expanded variables with expressions
diff --git a/androidmk/cmd/androidmk/values.go b/androidmk/cmd/androidmk/values.go
index 2ba0829..927c44a 100644
--- a/androidmk/cmd/androidmk/values.go
+++ b/androidmk/cmd/androidmk/values.go
@@ -6,7 +6,7 @@
mkparser "android/soong/androidmk/parser"
- bpparser "blueprint/parser"
+ bpparser "github.com/google/blueprint/parser"
)
func stringToStringValue(s string) *bpparser.Value {
diff --git a/build.ninja.in b/build.ninja.in
index 0135414..62ddb3a 100644
--- a/build.ninja.in
+++ b/build.ninja.in
@@ -5,7 +5,7 @@
# This file contains variables, rules, and pools with name prefixes indicating
# they were generated by the following Go packages:
#
-# bootstrap [from Go package blueprint/bootstrap]
+# bootstrap [from Go package github.com/google/blueprint/bootstrap]
#
ninja_required_version = 1.1.0
@@ -52,7 +52,7 @@
# Module: androidmk
# Variant:
# Type: bootstrap_go_binary
-# Factory: blueprint/bootstrap.newGoBinaryModule
+# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModule
# Defined: build/soong/Blueprints:122:1
build .bootstrap/androidmk/obj/androidmk.a: g.bootstrap.gc $
@@ -61,7 +61,7 @@
${g.bootstrap.srcDir}/build/soong/androidmk/cmd/androidmk/values.go | $
${g.bootstrap.gcCmd} $
.bootstrap/androidmk-parser/pkg/android/soong/androidmk/parser.a $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a
incFlags = -I .bootstrap/androidmk-parser/pkg -I .bootstrap/blueprint-parser/pkg
pkgPath = androidmk
default .bootstrap/androidmk/obj/androidmk.a
@@ -78,7 +78,7 @@
# Module: androidmk-parser
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/soong/Blueprints:135:1
build .bootstrap/androidmk-parser/pkg/android/soong/androidmk/parser.a: $
@@ -95,10 +95,10 @@
# Module: blueprint
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/blueprint/Blueprints:1:1
-build .bootstrap/blueprint/pkg/blueprint.a: g.bootstrap.gc $
+build .bootstrap/blueprint/pkg/github.com/google/blueprint.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/context.go $
${g.bootstrap.srcDir}/build/blueprint/live_tracker.go $
${g.bootstrap.srcDir}/build/blueprint/mangle.go $
@@ -110,102 +110,113 @@
${g.bootstrap.srcDir}/build/blueprint/scope.go $
${g.bootstrap.srcDir}/build/blueprint/singleton_ctx.go $
${g.bootstrap.srcDir}/build/blueprint/unpack.go | ${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a
incFlags = -I .bootstrap/blueprint-parser/pkg -I .bootstrap/blueprint-proptools/pkg
- pkgPath = blueprint
-default .bootstrap/blueprint/pkg/blueprint.a
+ pkgPath = github.com/google/blueprint
+default .bootstrap/blueprint/pkg/github.com/google/blueprint.a
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Module: blueprint-bootstrap
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/blueprint/Blueprints:55:1
-build .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a: g.bootstrap.gc $
+build $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
+ : g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/bootstrap/bootstrap.go $
${g.bootstrap.srcDir}/build/blueprint/bootstrap/cleanup.go $
${g.bootstrap.srcDir}/build/blueprint/bootstrap/command.go $
${g.bootstrap.srcDir}/build/blueprint/bootstrap/config.go $
${g.bootstrap.srcDir}/build/blueprint/bootstrap/doc.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a $
- .bootstrap/blueprint/pkg/blueprint.a $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
- .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ .bootstrap/blueprint/pkg/github.com/google/blueprint.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a
incFlags = -I .bootstrap/blueprint-parser/pkg -I .bootstrap/blueprint-proptools/pkg -I .bootstrap/blueprint/pkg -I .bootstrap/blueprint-deptools/pkg -I .bootstrap/blueprint-pathtools/pkg
- pkgPath = blueprint/bootstrap
-default .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a
+ pkgPath = github.com/google/blueprint/bootstrap
+default $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Module: blueprint-deptools
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/blueprint/Blueprints:34:1
-build .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a: g.bootstrap.gc $
+build .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ : g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/deptools/depfile.go | $
${g.bootstrap.gcCmd}
- pkgPath = blueprint/deptools
-default .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a
+ pkgPath = github.com/google/blueprint/deptools
+default $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Module: blueprint-parser
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/blueprint/Blueprints:23:1
-build .bootstrap/blueprint-parser/pkg/blueprint/parser.a: g.bootstrap.gc $
- ${g.bootstrap.srcDir}/build/blueprint/parser/modify.go $
+build .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a: $
+ g.bootstrap.gc ${g.bootstrap.srcDir}/build/blueprint/parser/modify.go $
${g.bootstrap.srcDir}/build/blueprint/parser/parser.go $
${g.bootstrap.srcDir}/build/blueprint/parser/printer.go $
${g.bootstrap.srcDir}/build/blueprint/parser/sort.go | $
${g.bootstrap.gcCmd}
- pkgPath = blueprint/parser
-default .bootstrap/blueprint-parser/pkg/blueprint/parser.a
+ pkgPath = github.com/google/blueprint/parser
+default .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Module: blueprint-pathtools
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/blueprint/Blueprints:40:1
-build .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a: g.bootstrap.gc $
+build $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
+ : g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/pathtools/lists.go $
${g.bootstrap.srcDir}/build/blueprint/pathtools/glob.go | $
${g.bootstrap.gcCmd}
- pkgPath = blueprint/pathtools
-default .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a
+ pkgPath = github.com/google/blueprint/pathtools
+default $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Module: blueprint-proptools
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/blueprint/Blueprints:49:1
-build .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a: g.bootstrap.gc $
+build $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ : g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/proptools/proptools.go | $
${g.bootstrap.gcCmd}
- pkgPath = blueprint/proptools
-default .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a
+ pkgPath = github.com/google/blueprint/proptools
+default $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Module: bpfmt
# Variant:
# Type: bootstrap_go_binary
-# Factory: blueprint/bootstrap.newGoBinaryModule
+# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModule
# Defined: build/blueprint/Blueprints:81:1
build .bootstrap/bpfmt/obj/bpfmt.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/bpfmt/bpfmt.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a
incFlags = -I .bootstrap/blueprint-parser/pkg
pkgPath = bpfmt
default .bootstrap/bpfmt/obj/bpfmt.a
@@ -222,13 +233,13 @@
# Module: bpmodify
# Variant:
# Type: bootstrap_go_binary
-# Factory: blueprint/bootstrap.newGoBinaryModule
+# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModule
# Defined: build/blueprint/Blueprints:87:1
build .bootstrap/bpmodify/obj/bpmodify.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/bpmodify/bpmodify.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a
incFlags = -I .bootstrap/blueprint-parser/pkg
pkgPath = bpmodify
default .bootstrap/bpmodify/obj/bpmodify.a
@@ -245,18 +256,18 @@
# Module: minibp
# Variant:
# Type: bootstrap_go_binary
-# Factory: blueprint/bootstrap.newGoBinaryModule
+# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModule
# Defined: build/blueprint/Blueprints:72:1
build .bootstrap/minibp/obj/minibp.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/blueprint/bootstrap/minibp/main.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a $
- .bootstrap/blueprint/pkg/blueprint.a $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
- .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a $
- .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ .bootstrap/blueprint/pkg/github.com/google/blueprint.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a
incFlags = -I .bootstrap/blueprint-parser/pkg -I .bootstrap/blueprint-proptools/pkg -I .bootstrap/blueprint/pkg -I .bootstrap/blueprint-deptools/pkg -I .bootstrap/blueprint-pathtools/pkg -I .bootstrap/blueprint-bootstrap/pkg
pkgPath = minibp
default .bootstrap/minibp/obj/minibp.a
@@ -273,7 +284,7 @@
# Module: soong-cc
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/soong/Blueprints:81:1
build .bootstrap/soong-cc/pkg/android/soong/cc.a: g.bootstrap.gc $
@@ -286,12 +297,12 @@
${g.bootstrap.srcDir}/build/soong/cc/arm64_device.go $
${g.bootstrap.srcDir}/build/soong/cc/x86_linux_host.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a $
- .bootstrap/blueprint/pkg/blueprint.a $
- .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
- .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a $
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ .bootstrap/blueprint/pkg/github.com/google/blueprint.a $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
.bootstrap/soong-glob/pkg/android/soong/glob.a $
.bootstrap/soong-common/pkg/android/soong/common.a $
.bootstrap/soong-config/pkg/android/soong/config.a $
@@ -304,7 +315,7 @@
# Module: soong-common
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/soong/Blueprints:50:1
build .bootstrap/soong-common/pkg/android/soong/common.a: g.bootstrap.gc $
@@ -315,12 +326,12 @@
${g.bootstrap.srcDir}/build/soong/common/module.go $
${g.bootstrap.srcDir}/build/soong/common/paths.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a $
- .bootstrap/blueprint/pkg/blueprint.a $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
- .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a $
- .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a $
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ .bootstrap/blueprint/pkg/github.com/google/blueprint.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
.bootstrap/soong-glob/pkg/android/soong/glob.a
incFlags = -I .bootstrap/blueprint-parser/pkg -I .bootstrap/blueprint-proptools/pkg -I .bootstrap/blueprint/pkg -I .bootstrap/blueprint-deptools/pkg -I .bootstrap/blueprint-pathtools/pkg -I .bootstrap/blueprint-bootstrap/pkg -I .bootstrap/soong-glob/pkg
pkgPath = android/soong/common
@@ -330,18 +341,18 @@
# Module: soong-config
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/soong/Blueprints:68:1
build .bootstrap/soong-config/pkg/android/soong/config.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/soong/config/config.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a $
- .bootstrap/blueprint/pkg/blueprint.a $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
- .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a $
- .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a $
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ .bootstrap/blueprint/pkg/github.com/google/blueprint.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
.bootstrap/soong-glob/pkg/android/soong/glob.a $
.bootstrap/soong-common/pkg/android/soong/common.a
incFlags = -I .bootstrap/blueprint-parser/pkg -I .bootstrap/blueprint-proptools/pkg -I .bootstrap/blueprint/pkg -I .bootstrap/blueprint-deptools/pkg -I .bootstrap/blueprint-pathtools/pkg -I .bootstrap/blueprint-bootstrap/pkg -I .bootstrap/soong-glob/pkg -I .bootstrap/soong-common/pkg
@@ -352,18 +363,18 @@
# Module: soong-genrule
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/soong/Blueprints:105:1
build .bootstrap/soong-genrule/pkg/android/soong/genrule.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/soong/genrule/genrule.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a $
- .bootstrap/blueprint/pkg/blueprint.a $
- .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
- .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a $
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ .bootstrap/blueprint/pkg/github.com/google/blueprint.a $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
.bootstrap/soong-glob/pkg/android/soong/glob.a $
.bootstrap/soong-common/pkg/android/soong/common.a $
.bootstrap/soong-config/pkg/android/soong/config.a
@@ -375,12 +386,12 @@
# Module: soong-glob
# Variant:
# Type: bootstrap_go_package
-# Factory: blueprint/bootstrap.newGoPackageModule
+# Factory: github.com/google/blueprint/bootstrap.newGoPackageModule
# Defined: build/soong/Blueprints:39:1
build .bootstrap/soong-glob/pkg/android/soong/glob.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/soong/glob/glob.go | ${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a
incFlags = -I .bootstrap/blueprint-deptools/pkg
pkgPath = android/soong/glob
default .bootstrap/soong-glob/pkg/android/soong/glob.a
@@ -389,18 +400,18 @@
# Module: soong_build
# Variant:
# Type: bootstrap_go_binary
-# Factory: blueprint/bootstrap.newGoBinaryModule
+# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModule
# Defined: build/soong/Blueprints:13:1
build .bootstrap/soong_build/obj/soong_build.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/soong/cmd/soong_build/main.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-parser/pkg/blueprint/parser.a $
- .bootstrap/blueprint-proptools/pkg/blueprint/proptools.a $
- .bootstrap/blueprint/pkg/blueprint.a $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
- .bootstrap/blueprint-pathtools/pkg/blueprint/pathtools.a $
- .bootstrap/blueprint-bootstrap/pkg/blueprint/bootstrap.a $
+ .bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
+ .bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $
+ .bootstrap/blueprint/pkg/github.com/google/blueprint.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
+ .bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $
+ .bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $
.bootstrap/soong-glob/pkg/android/soong/glob.a $
.bootstrap/soong-common/pkg/android/soong/common.a $
.bootstrap/soong-config/pkg/android/soong/config.a $
@@ -423,13 +434,13 @@
# Module: soong_glob
# Variant:
# Type: bootstrap_go_binary
-# Factory: blueprint/bootstrap.newGoBinaryModule
+# Factory: github.com/google/blueprint/bootstrap.newGoBinaryModule
# Defined: build/soong/Blueprints:29:1
build .bootstrap/soong_glob/obj/soong_glob.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/soong/cmd/soong_glob/soong_glob.go | $
${g.bootstrap.gcCmd} $
- .bootstrap/blueprint-deptools/pkg/blueprint/deptools.a $
+ .bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
.bootstrap/soong-glob/pkg/android/soong/glob.a
incFlags = -I .bootstrap/blueprint-deptools/pkg -I .bootstrap/soong-glob/pkg
pkgPath = soong_glob
@@ -446,7 +457,7 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Singleton: bootstrap
-# Factory: blueprint/bootstrap.newSingleton
+# Factory: github.com/google/blueprint/bootstrap.newSingleton
rule s.bootstrap.bigbp
command = .bootstrap/bin/soong_build -d .bootstrap/main.ninja.in.d -m ${g.bootstrap.bootstrapManifest} -o ${out} ${in}
diff --git a/cc/builder.go b/cc/builder.go
index f46a670..04a2e8d 100644
--- a/cc/builder.go
+++ b/cc/builder.go
@@ -21,8 +21,8 @@
import (
"android/soong/common"
- "blueprint"
- "blueprint/pathtools"
+ "github.com/google/blueprint"
+ "github.com/google/blueprint/pathtools"
"path/filepath"
"strings"
)
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"
diff --git a/cmd/soong_build/main.go b/cmd/soong_build/main.go
index e8e33c6..cea0fa6 100644
--- a/cmd/soong_build/main.go
+++ b/cmd/soong_build/main.go
@@ -20,8 +20,8 @@
"os"
"path/filepath"
- "blueprint"
- "blueprint/bootstrap"
+ "github.com/google/blueprint"
+ "github.com/google/blueprint/bootstrap"
"android/soong/cc"
"android/soong/common"
diff --git a/common/arch.go b/common/arch.go
index cb4e998..8cc3b10 100644
--- a/common/arch.go
+++ b/common/arch.go
@@ -15,8 +15,8 @@
package common
import (
- "blueprint"
- "blueprint/proptools"
+ "github.com/google/blueprint"
+ "github.com/google/blueprint/proptools"
"fmt"
"reflect"
"runtime"
diff --git a/common/checkbuild.go b/common/checkbuild.go
index a65ecc8..17ec37f 100644
--- a/common/checkbuild.go
+++ b/common/checkbuild.go
@@ -15,7 +15,7 @@
package common
import (
- "blueprint"
+ "github.com/google/blueprint"
)
func CheckbuildSingleton() blueprint.Singleton {
diff --git a/common/defs.go b/common/defs.go
index 4499216..67b93ff 100644
--- a/common/defs.go
+++ b/common/defs.go
@@ -15,7 +15,7 @@
package common
import (
- "blueprint"
+ "github.com/google/blueprint"
)
var (
diff --git a/common/glob.go b/common/glob.go
index 9aada95..5568cbc 100644
--- a/common/glob.go
+++ b/common/glob.go
@@ -18,8 +18,8 @@
"fmt"
"path/filepath"
- "blueprint"
- "blueprint/bootstrap"
+ "github.com/google/blueprint"
+ "github.com/google/blueprint/bootstrap"
"android/soong/glob"
)
diff --git a/common/module.go b/common/module.go
index 9bdd7c1..6b2dfb4 100644
--- a/common/module.go
+++ b/common/module.go
@@ -15,7 +15,7 @@
package common
import (
- "blueprint"
+ "github.com/google/blueprint"
"path/filepath"
)
@@ -135,7 +135,7 @@
//
// import (
// "android/soong/common"
-// "blueprint"
+// "github.com/google/blueprint"
// )
//
// type myModule struct {
diff --git a/common/paths.go b/common/paths.go
index 91b8f99..bc75ea5 100644
--- a/common/paths.go
+++ b/common/paths.go
@@ -17,7 +17,7 @@
import (
"path/filepath"
- "blueprint"
+ "github.com/google/blueprint"
)
type Config interface {
diff --git a/genrule/genrule.go b/genrule/genrule.go
index 6c8d75b..2a90e24 100644
--- a/genrule/genrule.go
+++ b/genrule/genrule.go
@@ -17,8 +17,8 @@
import (
"path/filepath"
- "blueprint"
- "blueprint/pathtools"
+ "github.com/google/blueprint"
+ "github.com/google/blueprint/pathtools"
"android/soong/common"
)
diff --git a/glob/glob.go b/glob/glob.go
index 45ba285..eb4d1ab 100644
--- a/glob/glob.go
+++ b/glob/glob.go
@@ -20,7 +20,7 @@
"path/filepath"
"strings"
- "blueprint/deptools"
+ "github.com/google/blueprint/deptools"
)
func IsGlob(glob string) bool {