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 7fb81b905..03a80c161 100644 --- a/android/variable.go +++ b/android/variable.go @@ -160,6 +160,7 @@ type variableProperties struct { } } + // Deprecated, has no effect as of aosp/1319667 Pdk struct { Enabled *bool `android:"arch_variant"` } `android:"arch_variant"` |