aboutsummaryrefslogtreecommitdiffstats
path: root/build.ninja.in
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-06-26 17:40:54 -0700
committerDan Willemsen <dwillemsen@google.com>2015-07-06 13:52:26 -0700
commit2701212d054a89286b9da482f92e79a262e25aee (patch)
tree3297bfc398bc4992d65057d58db17c9160275496 /build.ninja.in
parent2ef08f4458aaeb1cf69a167107d52a2ca22ba3f3 (diff)
downloadbuild_soong-2701212d054a89286b9da482f92e79a262e25aee.tar.gz
build_soong-2701212d054a89286b9da482f92e79a262e25aee.tar.bz2
build_soong-2701212d054a89286b9da482f92e79a262e25aee.zip
androidbp: Implement static/shared property copying
During mutation, make deep copies of the blueprint modules, then start modifying the property lists to apply the static/shared properties. Change-Id: Idc7063f4d1cf7d173ae10418e3437f3e2b914f59
Diffstat (limited to 'build.ninja.in')
-rw-r--r--build.ninja.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.ninja.in b/build.ninja.in
index c015c641..2e62364a 100644
--- a/build.ninja.in
+++ b/build.ninja.in
@@ -68,6 +68,7 @@ rule g.bootstrap.test
build .bootstrap/androidbp/test/androidbp.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/soong/androidbp/cmd/androidbp.go $
${g.bootstrap.srcDir}/build/soong/androidbp/cmd/soong.go $
+ ${g.bootstrap.srcDir}/build/soong/androidbp/cmd/module.go $
${g.bootstrap.srcDir}/build/soong/androidbp/cmd/androidbp_test.go | $
${g.bootstrap.gcCmd} $
.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
@@ -104,7 +105,8 @@ default .bootstrap/androidbp/test/test.passed
build .bootstrap/androidbp/obj/androidbp.a: g.bootstrap.gc $
${g.bootstrap.srcDir}/build/soong/androidbp/cmd/androidbp.go $
- ${g.bootstrap.srcDir}/build/soong/androidbp/cmd/soong.go | $
+ ${g.bootstrap.srcDir}/build/soong/androidbp/cmd/soong.go $
+ ${g.bootstrap.srcDir}/build/soong/androidbp/cmd/module.go | $
${g.bootstrap.gcCmd} $
.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $
.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $