summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Dario Freni <dariofreni@google.com> 2018-07-20 02:09:08 -0700
committer android-build-merger <android-build-merger@google.com> 2018-07-20 02:09:08 -0700
commitfafe84fc6d434283c63d38db07395d52bd91d0ff (patch)
tree0c49d2575e7e7559a520a1af6de4ff98ed0cafa8 /android/variable.go
parent8847412281252d0e08a9011f3919b2dbdac7db77 (diff)
parentfd05a74e06686ca9fecff162531f0dac99006a8a (diff)
Add support for /product-services partition
am: fd05a74e06 Change-Id: Ie9e3487fb3643e7276d8517c1ec87af07240585a
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/android/variable.go b/android/variable.go
index 97d7d3fcf..b4ed1b7a7 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -197,9 +197,10 @@ type productVariables struct {
CFIExcludePaths *[]string `json:",omitempty"`
CFIIncludePaths *[]string `json:",omitempty"`
- VendorPath *string `json:",omitempty"`
- OdmPath *string `json:",omitempty"`
- ProductPath *string `json:",omitempty"`
+ VendorPath *string `json:",omitempty"`
+ OdmPath *string `json:",omitempty"`
+ ProductPath *string `json:",omitempty"`
+ ProductServicesPath *string `json:",omitempty"`
UseClangLld *bool `json:",omitempty"`