Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e48e22a1 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Automerger Merge Worker
Browse files

UpsideDownCake/34 is now REL am: e9184d75 am: 0d26f8a5

parents 4151ee62 0d26f8a5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -394,8 +394,7 @@ func (d *Droidstubs) apiLevelsAnnotationsFlags(ctx android.ModuleContext, cmd *a
	}
	if apiVersions != nil {
		cmd.FlagWithArg("--current-version ", ctx.Config().PlatformSdkVersion().String())
		// STOPSHIP: RESTORE THIS LOGIC WHEN DECLARING "REL" BUILD
		// cmd.FlagWithArg("--current-codename ", ctx.Config().PlatformSdkCodename())
		cmd.FlagWithArg("--current-codename ", ctx.Config().PlatformSdkCodename())
		cmd.FlagWithInput("--apply-api-levels ", apiVersions)
	}
}