use iota for "enum" am: 62823dcf01

Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1953567

Change-Id: Ibef4900bcc72a4a19b9b0d44fca4af851d3caafa
This commit is contained in:
Usta Shrestha 2022-01-19 01:13:36 +00:00 committed by Automerger Merge Worker
commit 2cacef74be

View file

@ -99,9 +99,9 @@ type BootstrapConfig interface {
type StopBefore int type StopBefore int
const ( const (
DoEverything StopBefore = 0 DoEverything StopBefore = iota
StopBeforePrepareBuildActions StopBefore = 1 StopBeforePrepareBuildActions
StopBeforeWriteNinja StopBefore = 2 StopBeforeWriteNinja
) )
type PrimaryBuilderInvocation struct { type PrimaryBuilderInvocation struct {