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
This commit is contained in:
@@ -1295,10 +1295,6 @@ func (c *config) AmlAbis() bool {
|
||||
return Bool(c.productVariables.Aml_abis)
|
||||
}
|
||||
|
||||
func (c *config) ExcludeDraftNdkApis() bool {
|
||||
return Bool(c.productVariables.Exclude_draft_ndk_apis)
|
||||
}
|
||||
|
||||
func (c *config) FlattenApex() bool {
|
||||
return Bool(c.productVariables.Flatten_apex)
|
||||
}
|
||||
|
Reference in New Issue
Block a user