diff options
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 666d72947..05f50b5e7 100644 --- a/android/variable.go +++ b/android/variable.go @@ -138,6 +138,7 @@ type productVariables struct { EnableCFI *bool `json:",omitempty"` Device_uses_hwc2 *bool `json:",omitempty"` Treble *bool `json:",omitempty"` + Pdk *bool `json:",omitempty"` VendorPath *string `json:",omitempty"` |