aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp21
1 files changed, 9 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index 9f508d57..a0292655 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,15 +1,3 @@
-//
-// WARNING: Modifying this file will NOT automatically regenerate build.ninja.in!
-//
-// Before modifying this file make sure minibp is up to date:
-// 1) "repo sync build/soong" to make sure you have the latest build.ninja.in
-// 2) build minibp, which builds automicatically through the normal build steps. For example:
-//
-// After modifying this file regenerate build.ninja.in and build your changes:
-// 1) In your build directory, execute "../bootstrap.bash -r" to regenerate build.ninja.in
-// 2) Build again
-//
-
subdirs = [
"androidmk",
"cmd/*",
@@ -168,6 +156,7 @@ bootstrap_go_package {
"blueprint-pathtools",
"soong",
"soong-android",
+ "soong-shared",
],
srcs: [
"genrule/filegroup.go",
@@ -233,6 +222,14 @@ bootstrap_go_package {
pluginFor: ["soong_build"],
}
+bootstrap_go_package {
+ name: "soong-shared",
+ pkgPath: "android/soong/shared",
+ srcs: [
+ "shared/paths.go",
+ ],
+}
+
//
// Defaults to enable various configurations of host bionic
//