Merge "Inclusive fix: Replace sanity to validation in java/sdk.go"
This commit is contained in:
commit
3d8e506c3a
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ func (s sdkSpec) usePrebuilt(ctx android.EarlyModuleContext) bool {
|
|||
// "current" can be built from source and be from prebuilt SDK
|
||||
return ctx.Config().UnbundledBuildUsePrebuiltSdks()
|
||||
} else if s.version.isNumbered() {
|
||||
// sanity check
|
||||
// validation check
|
||||
if s.kind != sdkPublic && s.kind != sdkSystem && s.kind != sdkTest {
|
||||
panic(fmt.Errorf("prebuilt SDK is not not available for sdkKind=%q", s.kind))
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue