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:
@@ -78,11 +78,6 @@ type libraryProperties struct {
|
||||
// used. This is only needed to work around platform bugs like
|
||||
// https://github.com/android-ndk/ndk/issues/265.
|
||||
Unversioned_until *string
|
||||
|
||||
// True if this API is not yet ready to be shipped in the NDK. It will be
|
||||
// available in the platform for testing, but will be excluded from the
|
||||
// sysroot provided to the NDK proper.
|
||||
Draft bool
|
||||
}
|
||||
|
||||
type stubDecorator struct {
|
||||
|
Reference in New Issue
Block a user