summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Jeff Gaston <jeffrygaston@google.com> 2017-11-09 17:21:27 -0800
committer Jeff Gaston <jeffrygaston@google.com> 2017-11-29 13:03:40 -0800
commit63a250a336a1b910836eeb4caebcf5b4f8d91c2a (patch)
tree0a2d675afa44695da725014d710d61e6445e4e35 /android/variable.go
parent53139119121242ed065eac3198ebc5fb4df3dbaf (diff)
Soong support for namespaces
Bug: 65683273 Test: build/soong/scripts/diff_build_graphs.sh \ --products=aosp_arm \ 'build/blueprint:work^ build/soong:work^' \ 'build/blueprint:work build/soong:work' # and see that the only changes were: # 1. adding some new files # 2. changing some line numbers Test: m -j nothing # which runs unit tests Change-Id: I6d3e52ef62c4cabe85b9a135a54de0e1a6aab29c
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 13b5abf26..dc24c1be3 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -190,6 +190,8 @@ type productVariables struct {
DeviceKernelHeaders []string `json:",omitempty"`
DistDir *string `json:",omitempty"`
+
+ NamespacesToExport []string `json:",omitempty"`
}
func boolPtr(v bool) *bool {