diff options
author | 2020-07-28 00:36:11 +0000 | |
---|---|---|
committer | 2020-07-28 00:36:11 +0000 | |
commit | 1b478e57a000b0a43baf36bf121bfbbe09228fee (patch) | |
tree | 9637dcae54b13a67fa983788eeda51fb2c97b27d /android/variable.go | |
parent | 41b4d79dab95b97352dfbc894e65eec7832211ed (diff) | |
parent | b0aa8515b9d4206d3038f8ea42304e0fd15fe3da (diff) |
Merge "Deprecate VNDK-Lite"
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index 2c8bd0720..582613815 100644 --- a/android/variable.go +++ b/android/variable.go @@ -308,8 +308,6 @@ type productVariables struct { BoardPlatPrivateSepolicyDirs []string `json:",omitempty"` BoardSepolicyM4Defs []string `json:",omitempty"` - BoardVndkRuntimeDisable *bool `json:",omitempty"` - VendorVars map[string]map[string]string `json:",omitempty"` Ndk_abis *bool `json:",omitempty"` |