aboutsummaryrefslogtreecommitdiff
path: root/buildspec.mk.default
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-08-11 17:20:33 -0700
committerDan Willemsen <dwillemsen@google.com>2016-08-12 05:10:51 +0000
commit53e3899222a7c49721e5b2be13cadbbf3b66c721 (patch)
treeb9fbd3df4c49b63920f5dd0366a85f02ab5d528b /buildspec.mk.default
parent6d64ff1bf79a0f7141c306dc41c5bf0212824f72 (diff)
downloadbuild-53e3899222a7c49721e5b2be13cadbbf3b66c721.tar.gz
Fix GET-INSTALL-PATH to work with Soong
This was printing all of the Soong modules in addition to the modules defined in the ONE_SHOT_MAKEFILE. So replicate what we did with MODULES-IN-* with GET-INSTALL-PATH-IN-* and update all the users. Bug: 30191725 Change-Id: Ib1e4bf00f64d7a3e8cd91f44eaf1ff82fdfbf162
Diffstat (limited to 'buildspec.mk.default')
-rw-r--r--buildspec.mk.default2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildspec.mk.default b/buildspec.mk.default
index 714344ca4b..a7ac7ec960 100644
--- a/buildspec.mk.default
+++ b/buildspec.mk.default
@@ -105,4 +105,4 @@ endif
# variable will be changed. After you have modified this file with the new
# changes (see buildspec.mk.default), update this to the new value from
# buildspec.mk.default.
-BUILD_ENV_SEQUENCE_NUMBER := 11
+BUILD_ENV_SEQUENCE_NUMBER := 12