diff options
| author | 2021-04-13 15:55:47 -0700 | |
|---|---|---|
| committer | 2021-04-13 15:55:47 -0700 | |
| commit | d05ba00415d1a983d4ac773d7b511d3b89fbf43c (patch) | |
| tree | bb3901de0cf77b67354be5aa30251aa90c07b1e5 /android/variable.go | |
| parent | 38e55b9242e9482d7d4c807f6227252a5abbe594 (diff) | |
Remove draft API support.
This is unused and doesn't work with our current API review process
anyway (un-drafting an API won't be flagged for API council review).
Test: treehugger
Bug: None
Change-Id: I6d8fcc9885b82dac5ada7772d9e3fb9101524ece
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index f25143d25..e83084525 100644 --- a/android/variable.go +++ b/android/variable.go @@ -331,8 +331,7 @@ type productVariables struct { VendorVars map[string]map[string]string `json:",omitempty"` - Ndk_abis *bool `json:",omitempty"` - Exclude_draft_ndk_apis *bool `json:",omitempty"` + Ndk_abis *bool `json:",omitempty"` Flatten_apex *bool `json:",omitempty"` ForceApexSymlinkOptimization *bool `json:",omitempty"` |